Skip to content

Commit fd7ff21

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.23 (#269)
Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com>
1 parent ee179c6 commit fd7ff21

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.23.0 (2024-02-09)
2+
===
3+
4+
## What's Changed
5+
* Refactor CI test scripts by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/263
6+
* Expose test scripts for minimal/extended tests for mmtk-core by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/266
7+
* Add tests for sanity GC in ci-test-extended by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/267
8+
9+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.22.0...v0.23.0
10+
111
0.22.0 (2023-12-21)
212
===
313

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.22.0"
3+
version = "0.23.0"
44
authors = [" <>"]
55
rust-version = "1.70.0"
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 = "092b7567fee69736b92c4a08dab89f170893ec06" }
35+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "2d3677d6a0099d1ff561f5668bf89b432f7cad00" }
3636
# Uncomment the following to build locally
3737
# mmtk = { path = "../repos/mmtk-core" }
3838

0 commit comments

Comments
 (0)