Skip to content

Commit 6f26cd2

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.22 (#261)
Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com>
1 parent e58470d commit 6f26cd2

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.22.0 (2023-12-21)
2+
===
3+
4+
## What's Changed
5+
* Change README to make images target the default build command by @angussidney in https://github.com/mmtk/mmtk-openjdk/pull/253
6+
* Add Java-specific constants from MMTk by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/258
7+
* Post-release dependency version bump for v0.21.0 by @wks in https://github.com/mmtk/mmtk-openjdk/pull/259
8+
9+
## New Contributors
10+
* @angussidney made their first contribution in https://github.com/mmtk/mmtk-openjdk/pull/253
11+
12+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.21.0...v0.22.0
13+
114
0.21.0 (2023-11-03)
215
===
316

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.21.0"
3+
version = "0.22.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 = "a058b8c4f3dbfa625823847bb5df8e5c87f44e34" }
35+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "79fb0bb1c1576911a7725d7ed72ba30cfcb22715" }
3636
# Uncomment the following to build locally
3737
# mmtk = { path = "../repos/mmtk-core" }
3838

0 commit comments

Comments
 (0)