Skip to content

Commit

Permalink
Bump version to v0.25 (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: mmtkgc-bot <[email protected]>
  • Loading branch information
qinsoon and mmtkgc-bot authored May 17, 2024
1 parent 1b0959f commit 33ac81d
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 44 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
0.25.0 (2024-05-17)
===

## What's Changed
* Remove coordinator thread by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/159
* Use to_address for SFT access by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/166
* Update JikesRVM's boot image address by @qinsoon in https://github.com/mmtk/mmtk-jikesrvm/pull/170
* Remove NULL ObjectReference by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/169

**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.24.0...v0.25.0

0.24.0 (2024-04-08)
===

## What's Changed
* Update mmtk-core to v0.24.
* Update Rust toolchain to 1.77.0.

**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.23.0...v0.24.0

0.23.0 (2024-02-09)
===

Expand Down
93 changes: 50 additions & 43 deletions mmtk/Cargo.lock

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

2 changes: 1 addition & 1 deletion mmtk/Cargo.toml
Original file line number Diff line number Diff line change
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 = "a02803b4104519ff2289234101a2dd8ceedd1bc7" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "dccce9063b57dde96d2e97670297aed4dc32e6e1" }
# 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 33ac81d

Please sign in to comment.