Skip to content

Commit

Permalink
Bump version to v0.12 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored May 16, 2022
1 parent a54b22f commit 106f32f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.12.0 (2022-05-13)
===

* Adds weak reference support (It is disabled by default. Set MMTk option `no_reference_types` to `false` to enable it).
* Updates to mmtk-core 0.12.0.

0.11.0 (2022-04-01)
===

Expand Down
4 changes: 2 additions & 2 deletions mmtk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmtk_jikesrvm"
version = "0.11.0"
version = "0.12.0"
authors = [" <>"]
rust-version = "1.59.0"

Expand Down Expand Up @@ -28,7 +28,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 = "21176127d1f0493444fd901ea7277099a24bcecc" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e0273429f5239ab03407b4a93b52b21f45930d88" }
# 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" }

Expand Down

0 comments on commit 106f32f

Please sign in to comment.