Skip to content

Commit c08d421

Browse files
wksmmtkgc-bot
andauthored
Bump version to v0.21.0 (#153)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent d9daca2 commit c08d421

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.21.0 (2023-11-03)
2+
===
3+
4+
## What's Changed
5+
* Update to MMTk core PR #949 by @qinsoon in https://github.com/mmtk/mmtk-jikesrvm/pull/152
6+
* Refactor finalize/reference processor by @fepicture in https://github.com/mmtk/mmtk-jikesrvm/pull/150
7+
8+
## New Contributors
9+
* @fepicture made their first contribution in https://github.com/mmtk/mmtk-jikesrvm/pull/150
10+
11+
**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.20.0...v0.21.0
12+
113
0.20.0 (2023-09-29)
214
===
315

mmtk/Cargo.lock

Lines changed: 13 additions & 13 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_jikesrvm"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = [" <>"]
55
rust-version = "1.70.0"
66

@@ -28,7 +28,7 @@ log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"]
2828
# - change branch/rev
2929
# - change repo name
3030
# But other changes including adding/removing whitespaces in commented lines may break the CI.
31-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "b4f45195e09e38c6deae8605c0f61eb0b534ff20" }
31+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "39d237189fdfa22873eeb529f3e97b7578d9b246" }
3232
# Uncomment the following to build locally - if you change the path locally, do not commit the change in a PR
3333
# mmtk = { path = "../repos/mmtk-core" }
3434

0 commit comments

Comments
 (0)