Skip to content

Commit 1884b8a

Browse files
author
Javad Amiri
authored
Bump version to v0.5 (#84)
* Bump version to v0.5
1 parent 735c443 commit 1884b8a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.5.0 (2021-06-28)
2+
===
3+
4+
* Supports the new `PageProtect` plan, added to help debugging.
5+
* Updates `ObjectModel` to support the new metadata structure, where the bindings decide whether to put each per-object metadata on side or in object header.
6+
* Updates to mmtk-core 0.5.0.
7+
18
0.4.0 (2021-05-17)
29
===
310

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.4.0"
3+
version = "0.5.0"
44
authors = [" <>"]
55

66
[lib]
@@ -20,7 +20,7 @@ lazy_static = "1.1"
2020
# - change branch
2121
# - change repo name
2222
# But other changes including adding/removing whitespaces in commented lines may break the CI.
23-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "62964b7e552296f2200fbc3ed3df0e472c435631" }
23+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "a8499062f9df749a6cf7acf1e626d642913206bb" }
2424
# Uncomment the following to build locally
2525
# mmtk = { path = "../repos/mmtk-core" }
2626

0 commit comments

Comments
 (0)