Skip to content

Commit 33ac81d

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.25 (#172)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent 1b0959f commit 33ac81d

File tree

3 files changed

+64
-44
lines changed

3 files changed

+64
-44
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1+
0.25.0 (2024-05-17)
2+
===
3+
4+
## What's Changed
5+
* Remove coordinator thread by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/159
6+
* Use to_address for SFT access by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/166
7+
* Update JikesRVM's boot image address by @qinsoon in https://github.com/mmtk/mmtk-jikesrvm/pull/170
8+
* Remove NULL ObjectReference by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/169
9+
10+
**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.24.0...v0.25.0
11+
112
0.24.0 (2024-04-08)
213
===
314

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

19+
**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.23.0...v0.24.0
20+
821
0.23.0 (2024-02-09)
922
===
1023

mmtk/Cargo.lock

+50-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 = "a02803b4104519ff2289234101a2dd8ceedd1bc7" }
31+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "dccce9063b57dde96d2e97670297aed4dc32e6e1" }
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)