Skip to content

Commit d64f65b

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.28 (#182)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent 674e364 commit d64f65b

File tree

3 files changed

+32
-21
lines changed

3 files changed

+32
-21
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.28.0 (2024-09-27)
2+
===
3+
4+
## What's Changed
5+
* Introduce JikesRVM-specific object accessor types by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/177
6+
* Use JavaHeader address as ObjectReference by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/179
7+
* Require ObjectReference to point inside object by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/180
8+
* Migrate to Rust 2021 edition by @wks in https://github.com/mmtk/mmtk-jikesrvm/pull/181
9+
10+
**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.27.0...v0.28.0
11+
112
0.27.0 (2024-08-09)
213
===
314

mmtk/Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk_jikesrvm"
3-
version = "0.26.0"
3+
version = "0.28.0"
44
authors = [" <>"]
55
rust-version = "1.71.1"
66
edition = "2021"
@@ -29,7 +29,7 @@ log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"]
2929
# - change branch/rev
3030
# - change repo name
3131
# But other changes including adding/removing whitespaces in commented lines may break the CI.
32-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "45cdf31055b1b6a629bdb8032adaa6dd5a8e32b9" }
32+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "c4fdce02274a4b3fee49318cce9f6bf3eb378ae0" }
3333
# Uncomment the following to build locally - if you change the path locally, do not commit the change in a PR
3434
# mmtk = { path = "../repos/mmtk-core" }
3535

0 commit comments

Comments
 (0)