Skip to content

Commit

Permalink
Bump version to v0.16 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored Dec 7, 2022
1 parent 528f8c6 commit af135be
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.16.0 (2022-12-06)
===

* MMTk OpenJDK binding now uses Rust edition 2021.
* Support MMTk's native mark sweep plan.
* Rename a few functions so they have consistent names across Rust and C++.
* Fix a compilation error when barrier fast path is disabled.
* Fix the wrong function pointer type in Rust that refers to a native function pointer.
* Update to mmtk-core 0.16.0.

0.15.0 (2022-09-20)
===

Expand Down
10 changes: 5 additions & 5 deletions mmtk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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_openjdk"
version = "0.15.0"
version = "0.16.0"
authors = [" <>"]
rust-version = "1.57.0"
build = "build.rs"
Expand Down Expand Up @@ -30,7 +30,7 @@ once_cell = "1.10.0"
# - change branch
# - 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 = "6e1b4df8e6bf41f86c24824b4c664f05b2b9fbfb" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "4aa643773ec3ec9c4f47f696533bdd56554c03df" }
# Uncomment the following to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down

0 comments on commit af135be

Please sign in to comment.