Skip to content

Commit 638a9f5

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.26 (#173)
Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com>
1 parent 575f55c commit 638a9f5

File tree

3 files changed

+63
-54
lines changed

3 files changed

+63
-54
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.26.0 (2024-07-01)
2+
===
3+
4+
## What's Changed
5+
6+
* Rename edge to slot by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/171
7+
8+
**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.25.0...v0.26.0
9+
110
0.25.0 (2024-05-17)
211
===
312

mmtk/Cargo.lock

+52-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk_jikesrvm"
3-
version = "0.24.0"
3+
version = "0.26.0"
44
authors = [" <>"]
55
rust-version = "1.71.1"
66

@@ -28,7 +28,7 @@ log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"]
2828
# - change branch/rev
2929
# - change repo name
3030
# But other changes including adding/removing whitespaces in commented lines may break the CI.
31-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "56b2521d2b99848ee0613a0a5288fe6d81b754ba" }
31+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "6cae51c40104d84bb74598ab3eba4f9ef8173e8e" }
3232
# Uncomment the following to build locally - if you change the path locally, do not commit the change in a PR
3333
# mmtk = { path = "../repos/mmtk-core" }
3434

0 commit comments

Comments
 (0)