Skip to content

Commit

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

* Updates to mmtk-core 0.12.0.

0.11.0 (2022-04-01)
===

* We now record the V8 version in `[package.metadata.v8]` in the Cargo manifest `Cargo.toml`.
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_v8"
version = "0.11.0"
version = "0.12.0"
authors = [" <>"]
rust-version = "1.57.0"

Expand All @@ -27,7 +27,7 @@ log = "*"
# - 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 = "21176127d1f0493444fd901ea7277099a24bcecc" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e0273429f5239ab03407b4a93b52b21f45930d88" }
# Uncomment the following and fix the path to mmtk-core to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down

0 comments on commit 4e6116e

Please sign in to comment.