Skip to content

Commit

Permalink
Bump version to v0.27 (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: mmtkgc-bot <[email protected]>
  • Loading branch information
qinsoon and mmtkgc-bot authored Aug 9, 2024
1 parent 8724953 commit c5007a0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.27.0 (2024-08-09)
===

## What's Changed
* Update to MMTK core PR #1159 by @qinsoon in https://github.com/mmtk/mmtk-jikesrvm/pull/174
* Update to MMTk core PR #1176 by @qinsoon in https://github.com/mmtk/mmtk-jikesrvm/pull/175

**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.26.0...v0.27.0

0.26.0 (2024-07-01)
===

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

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

2 changes: 1 addition & 1 deletion mmtk/Cargo.toml
Original file line number Diff line number Diff line change
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 = "9a49d6a938f0c3143750e8415622dfe679b3ddb8" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "160b7702fccda133c9407234821ad35103623179" }
# 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 c5007a0

Please sign in to comment.