Skip to content

Commit bd331a0

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.28 (#289)
Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com>
1 parent 71969f3 commit bd331a0

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.28.0 (2024-09-27)
2+
===
3+
4+
## What's Changed
5+
* Require ObjectReference to point inside object by @wks in https://github.com/mmtk/mmtk-openjdk/pull/286
6+
* Bump the version of action/download-artifact by @wks in https://github.com/mmtk/mmtk-openjdk/pull/287
7+
* Bump version of action/upload-artifact by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/288
8+
* Generational code cache roots by @wks in https://github.com/mmtk/mmtk-openjdk/pull/282
9+
10+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.27.0...v0.28.0
11+
112
0.27.0 (2024-08-09)
213
===
314

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.27.0"
3+
version = "0.28.0"
44
authors = [" <>"]
55
rust-version = "1.73.0"
66
build = "build.rs"
@@ -35,7 +35,7 @@ probe = "0.5"
3535
# - change branch
3636
# - change repo name
3737
# But other changes including adding/removing whitespaces in commented lines may break the CI.
38-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "a025c24104d8d456a865aa0122e6e0fb6d77e8f2" }
38+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "c4fdce02274a4b3fee49318cce9f6bf3eb378ae0" }
3939
# Uncomment the following to build locally
4040
# mmtk = { path = "../repos/mmtk-core" }
4141

0 commit comments

Comments
 (0)