Skip to content

Commit a1a8bdf

Browse files
authored
Bump version to v0.20 (#250)
1 parent f0ff0b5 commit a1a8bdf

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.20.0 (2023-09-29)
2+
===
3+
4+
## What's Changed
5+
* Updating code to reflect API change by @udesou in https://github.com/mmtk/mmtk-openjdk/pull/238
6+
* Fix Cargo.lock by @wenyuzhao in https://github.com/mmtk/mmtk-openjdk/pull/239
7+
* Update tests to use dacapo-23.9-RC3-chopin by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/241
8+
* Check results for new CI, allow some benchmarks to fail by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/211
9+
* Fix ignored env var options by @wks in https://github.com/mmtk/mmtk-openjdk/pull/244
10+
* Update pgo-build script to use the pinned Rust toolchain by @caizixian in https://github.com/mmtk/mmtk-openjdk/pull/236
11+
* Compressed Oops Support by @wenyuzhao in https://github.com/mmtk/mmtk-openjdk/pull/235
12+
13+
## New Contributors
14+
* @udesou made their first contribution in https://github.com/mmtk/mmtk-openjdk/pull/238
15+
16+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.19.0...v0.20.0
17+
118
0.19.0 (2023-08-18)
219
===
320

mmtk/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk_openjdk"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = [" <>"]
55
rust-version = "1.70.0"
66
build = "build.rs"
@@ -32,7 +32,7 @@ memoffset = "0.9.0"
3232
# - change branch
3333
# - change repo name
3434
# But other changes including adding/removing whitespaces in commented lines may break the CI.
35-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "15e19a1afa9de3403bd9f1405e4aaa78f7d1a68d" }
35+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "9a676e68dd41272b57e6812dc404ffa6391668e2" }
3636
# Uncomment the following to build locally
3737
# mmtk = { path = "../repos/mmtk-core" }
3838

0 commit comments

Comments
 (0)