Skip to content

Commit 349a612

Browse files
authored
Bump version to v0.20 (#151)
1 parent fbfb91a commit 349a612

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.20.0 (2023-09-29)
2+
===
3+
4+
## What's Changed
5+
* Updating code to reflect API change by @udesou in https://github.com/mmtk/mmtk-jikesrvm/pull/149
6+
7+
## New Contributors
8+
* @udesou made their first contribution in https://github.com/mmtk/mmtk-jikesrvm/pull/149
9+
10+
**Full Changelog**: https://github.com/mmtk/mmtk-jikesrvm/compare/v0.19.0...v0.20.0
11+
112
0.19.0 (2023-08-18)
213
===
314

mmtk/Cargo.lock

Lines changed: 5 additions & 5 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.19.0"
3+
version = "0.20.0"
44
authors = [" <>"]
55
rust-version = "1.70.0"
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 = "61d20e2dcd5b4743ef04a8118eb807bcd6f6e2e2" }
31+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "9a676e68dd41272b57e6812dc404ffa6391668e2" }
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)