Skip to content

Commit

Permalink
Bump version to v0.21.0 (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: mmtkgc-bot <[email protected]>
  • Loading branch information
wks and mmtkgc-bot authored Nov 3, 2023
1 parent d9daca2 commit c08d421
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.21.0 (2023-11-03)
===

## What's Changed
* Update to MMTk core PR #949 by @qinsoon in https://github.com/mmtk/mmtk-jikesrvm/pull/152
* Refactor finalize/reference processor by @fepicture in https://github.com/mmtk/mmtk-jikesrvm/pull/150

## New Contributors
* @fepicture made their first contribution in https://github.com/mmtk/mmtk-jikesrvm/pull/150

**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.20.0...v0.21.0

0.20.0 (2023-09-29)
===

Expand Down
26 changes: 13 additions & 13 deletions mmtk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mmtk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmtk_jikesrvm"
version = "0.20.0"
version = "0.21.0"
authors = [" <>"]
rust-version = "1.70.0"

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

Expand Down

0 comments on commit c08d421

Please sign in to comment.