Skip to content

Commit

Permalink
Bump version to v0.22 (#261)
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 Dec 21, 2023
1 parent e58470d commit 6f26cd2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.22.0 (2023-12-21)
===

## What's Changed
* Change README to make images target the default build command by @angussidney in https://github.com/mmtk/mmtk-openjdk/pull/253
* Add Java-specific constants from MMTk by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/258
* Post-release dependency version bump for v0.21.0 by @wks in https://github.com/mmtk/mmtk-openjdk/pull/259

## New Contributors
* @angussidney made their first contribution in https://github.com/mmtk/mmtk-openjdk/pull/253

**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.21.0...v0.22.0

0.21.0 (2023-11-03)
===

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.21.0"
version = "0.22.0"
authors = [" <>"]
rust-version = "1.70.0"
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 = "a058b8c4f3dbfa625823847bb5df8e5c87f44e34" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "79fb0bb1c1576911a7725d7ed72ba30cfcb22715" }
# Uncomment the following to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down

0 comments on commit 6f26cd2

Please sign in to comment.