Skip to content

Commit 79ed49a

Browse files
authored
Bump version to v0.16 (#130)
1 parent 741619e commit 79ed49a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.16.0 (2022-12-06)
2+
===
3+
4+
* Support MMTk's native mark sweep plan.
5+
* Use MMTk's large code and non moving semantics.
6+
* Update to mmtk-core 0.16.0.
7+
18
0.15.0 (2022-09-20)
29
===
310

mmtk/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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_jikesrvm"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
authors = [" <>"]
55
rust-version = "1.59.0"
66

@@ -28,7 +28,7 @@ log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"]
2828
# - change branch/rev
2929
# - change repo name
3030
# But other changes including adding/removing whitespaces in commented lines may break the CI.
31-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "6e1b4df8e6bf41f86c24824b4c664f05b2b9fbfb" }
31+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "4aa643773ec3ec9c4f47f696533bdd56554c03df" }
3232
# Uncomment the following to build locally - if you change the path locally, do not commit the change in a PR
3333
# mmtk = { path = "../repos/mmtk-core" }
3434

0 commit comments

Comments
 (0)