Skip to content

Commit

Permalink
Merge pull request #82 from mmtk/v0.6
Browse files Browse the repository at this point in the history
Bump version to v0.6
  • Loading branch information
caizixian authored Aug 10, 2021
2 parents 22816b5 + 9863ef3 commit 36855fa
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.6.0 (2021-08-10)
===

* Added the layout for ImmixAllocator for MutatorContext.
* Updates to mmtk-core 0.6.0

0.5.0 (2021-06-28)
===

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.5.0"
version = "0.6.0"
authors = [" <>"]

[lib]
Expand All @@ -21,7 +21,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 = "093da769a71067dcd4f37db6f453213e7dace660" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "8465b166cecfffed5615753c46bc8e9d032a5b82" }
# 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 36855fa

Please sign in to comment.