Skip to content

Commit 55cc6f7

Browse files
authored
Bump version to v0.6 (#99)
* Bump version to v0.6 * Update changelog
1 parent ec10907 commit 55cc6f7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.6.0 (2021-08-10)
2+
===
3+
4+
* Supports the `Immix` plan.
5+
* Uses side mark bit by default. Adds a feature 'mark_bit_in_header' to switch to in-header mark bit.
6+
* Adds a size check for allocation so over-sized objects will be allocated to large object space.
7+
* Updates to mmtk-core 0.6.0.
8+
19
0.5.0 (2021-06-28)
210
===
311

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.5.0"
3+
version = "0.6.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 = "093da769a71067dcd4f37db6f453213e7dace660" }
23+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "8465b166cecfffed5615753c46bc8e9d032a5b82" }
2424
# Uncomment the following to build locally
2525
# mmtk = { path = "../repos/mmtk-core" }
2626

0 commit comments

Comments
 (0)