Skip to content

Commit 3df6a8e

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.26 (#281)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent 928ce42 commit 3df6a8e

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.26.0 (2024-07-01)
2+
===
3+
4+
## What's Changed
5+
* Rename edge to slot by @wks in https://github.com/mmtk/mmtk-openjdk/pull/274
6+
* Fix deadlock related to safepoint sync. by @wks in https://github.com/mmtk/mmtk-openjdk/pull/279
7+
* Add option to put forwarding bits on the side by @wks in https://github.com/mmtk/mmtk-openjdk/pull/277
8+
9+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.25.0...v0.26.0
10+
111
0.25.0 (2024-05-17)
212
===
313

mmtk/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk_openjdk"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
authors = [" <>"]
55
rust-version = "1.71.1"
66
build = "build.rs"
@@ -34,7 +34,7 @@ cfg-if = "1.0"
3434
# - change branch
3535
# - change repo name
3636
# But other changes including adding/removing whitespaces in commented lines may break the CI.
37-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "a9b619a4ee18a4f83209f930f8c48a3b63ee478c" }
37+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "6cae51c40104d84bb74598ab3eba4f9ef8173e8e" }
3838
# Uncomment the following to build locally
3939
# mmtk = { path = "../repos/mmtk-core" }
4040

0 commit comments

Comments
 (0)