From 31a808e8748a15d12b5b913c8b62c185928d6f16 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Tue, 10 Aug 2021 13:15:15 +1000 Subject: [PATCH 1/2] Bump version to v0.6 --- mmtk/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index bdf39dd3..f40ad57f 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmtk_jikesrvm" -version = "0.5.0" +version = "0.6.0" authors = [" <>"] [lib] @@ -21,7 +21,7 @@ log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"] # - change branch/rev # - 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 = "093da769a71067dcd4f37db6f453213e7dace660" } +mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "8465b166cecfffed5615753c46bc8e9d032a5b82" } # Uncomment the following to build locally - if you change the path locally, do not commit the change in a PR # mmtk = { path = "../repos/mmtk-core" } From 9863ef3b8e92f24e8cf5b2b4c7b9e76464e77211 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Tue, 10 Aug 2021 13:22:51 +1000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf416aff..7f592f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.6.0 (2021-08-10) +=== + +* Added the layout for ImmixAllocator for MutatorContext. +* Updates to mmtk-core 0.6.0 + 0.5.0 (2021-06-28) ===