Skip to content

Commit f89eafd

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.25 (#275)
Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com>
1 parent 9024617 commit f89eafd

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1+
0.25.0 (2024-05-17)
2+
===
3+
4+
## What's Changed
5+
* Update mmtk-core to v0.25.0.
6+
* Remove the coordinator thread by @wks in https://github.com/mmtk/mmtk-openjdk/pull/268
7+
* Use to_address for SFT access by @wks in https://github.com/mmtk/mmtk-openjdk/pull/272
8+
* Remove NULL ObjectReference by @wks in https://github.com/mmtk/mmtk-openjdk/pull/265
9+
* Fix write barrier parameter type by @wks in https://github.com/mmtk/mmtk-openjdk/pull/273
10+
11+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.24.0...v0.25.0
12+
113
0.24.0 (2024-04-08)
214
===
315

16+
## What's Changed
417
* Update mmtk-core to v0.24.0.
518
* Update Rust toolchain to 1.77.0.
619

20+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.23.0...v0.24.0
21+
722
0.23.0 (2024-02-09)
823
===
924

mmtk/Cargo.lock

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

mmtk/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk_openjdk"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = [" <>"]
55
rust-version = "1.71.1"
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 = "fea59e4f5cc6176093da1d8efa7d7b3b4b8d0fa7" }
35+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "dccce9063b57dde96d2e97670297aed4dc32e6e1" }
3636
# Uncomment the following to build locally
3737
# mmtk = { path = "../repos/mmtk-core" }
3838

0 commit comments

Comments
 (0)