From 6f26cd28cb19398233de8010b7a608a542052ec9 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Thu, 21 Dec 2023 17:53:40 +1300 Subject: [PATCH] Bump version to v0.22 (#261) Co-authored-by: mmtkgc-bot --- CHANGELOG.md | 13 +++++++++++++ mmtk/Cargo.lock | 10 +++++----- mmtk/Cargo.toml | 4 ++-- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e130b1..0985bf20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) === diff --git a/mmtk/Cargo.lock b/mmtk/Cargo.lock index 08234f19..54e286cb 100644 --- a/mmtk/Cargo.lock +++ b/mmtk/Cargo.lock @@ -386,8 +386,8 @@ dependencies = [ [[package]] name = "mmtk" -version = "0.21.0" -source = "git+https://github.com/mmtk/mmtk-core.git?rev=a058b8c4f3dbfa625823847bb5df8e5c87f44e34#a058b8c4f3dbfa625823847bb5df8e5c87f44e34" +version = "0.22.0" +source = "git+https://github.com/mmtk/mmtk-core.git?rev=79fb0bb1c1576911a7725d7ed72ba30cfcb22715#79fb0bb1c1576911a7725d7ed72ba30cfcb22715" dependencies = [ "atomic", "atomic-traits", @@ -421,8 +421,8 @@ dependencies = [ [[package]] name = "mmtk-macros" -version = "0.21.0" -source = "git+https://github.com/mmtk/mmtk-core.git?rev=a058b8c4f3dbfa625823847bb5df8e5c87f44e34#a058b8c4f3dbfa625823847bb5df8e5c87f44e34" +version = "0.22.0" +source = "git+https://github.com/mmtk/mmtk-core.git?rev=79fb0bb1c1576911a7725d7ed72ba30cfcb22715#79fb0bb1c1576911a7725d7ed72ba30cfcb22715" dependencies = [ "proc-macro-error", "proc-macro2", @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "mmtk_openjdk" -version = "0.21.0" +version = "0.22.0" dependencies = [ "atomic", "built", diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 3f2b8584..f548ce4d 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -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" @@ -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" }