Skip to content

Commit

Permalink
Bump version to v0.27 (#284)
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 574f79c commit 79ba3d1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.27.0 (2024-08-09)
===

## What's Changed
* Update to MMTK core PR #1159 by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/283

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

0.26.0 (2024-07-01)
===

Expand Down
9 changes: 5 additions & 4 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 @@ -34,7 +34,7 @@ cfg-if = "1.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 = "a3a72f8e5795678eff06fdc1524f0b429a62ccc0" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "160b7702fccda133c9407234821ad35103623179" }
# Uncomment the following to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down

0 comments on commit 79ba3d1

Please sign in to comment.