Skip to content

Commit

Permalink
Bump version to v0.25 (#275)
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 9024617 commit f89eafd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
0.25.0 (2024-05-17)
===

## What's Changed
* Update mmtk-core to v0.25.0.
* Remove the coordinator thread by @wks in https://github.com/mmtk/mmtk-openjdk/pull/268
* Use to_address for SFT access by @wks in https://github.com/mmtk/mmtk-openjdk/pull/272
* Remove NULL ObjectReference by @wks in https://github.com/mmtk/mmtk-openjdk/pull/265
* Fix write barrier parameter type by @wks in https://github.com/mmtk/mmtk-openjdk/pull/273

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

0.24.0 (2024-04-08)
===

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

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

0.23.0 (2024-02-09)
===

Expand Down
10 changes: 5 additions & 5 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_openjdk"
version = "0.24.0"
version = "0.25.0"
authors = [" <>"]
rust-version = "1.71.1"
build = "build.rs"
Expand Down Expand Up @@ -32,7 +32,7 @@ memoffset = "0.9.0"
# - change branch
# - 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 = "fea59e4f5cc6176093da1d8efa7d7b3b4b8d0fa7" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "dccce9063b57dde96d2e97670297aed4dc32e6e1" }
# Uncomment the following to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down

0 comments on commit f89eafd

Please sign in to comment.