Skip to content

Commit 145acad

Browse files
authored
Bump version to 0.7 (#110)
1 parent 08c2dba commit 145acad

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.7.0 (2021-09-22)
2+
===
3+
4+
* Supports the `GenImmix` plan.
5+
* Supports the `global_alloc_bit` feature in mmtk-core.
6+
* Fixes monitor misuse in the finalizer thread.
7+
* Fixes style for C++ code to match OpenJDK style guidelines.
8+
* Updates to mmtk-core 0.7.0.
9+
110
0.6.0 (2021-08-10)
211
===
312

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.6.0"
3+
version = "0.7.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 = "e0eeeb2f06eaa55d89ff72ed6917c6779f29a1a3" }
23+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "34acc5472942671f89d18d8313af46f9c4c7783e" }
2424
# Uncomment the following to build locally
2525
# mmtk = { path = "../repos/mmtk-core" }
2626

0 commit comments

Comments
 (0)