Skip to content

Commit 0ed99cd

Browse files
wksmmtkgc-bot
andauthored
Bump version to v0.21.0 (#257)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent 60a8357 commit 0ed99cd

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.21.0 (2023-11-03)
2+
===
3+
4+
## What's Changed
5+
* Update to mmtk-core PR #988 by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/255
6+
* Update to MMTk core PR #949 by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/240
7+
8+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.20.0...v0.21.0
9+
110
0.20.0 (2023-09-29)
211
===
312

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.20.0"
3+
version = "0.21.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 = "57af17fbfd94ff0df2cd3b1e504abe299ce4f0ab" }
35+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "39d237189fdfa22873eeb529f3e97b7578d9b246" }
3636
# Uncomment the following to build locally
3737
# mmtk = { path = "../repos/mmtk-core" }
3838

0 commit comments

Comments
 (0)