Skip to content

Commit b3307bb

Browse files
authored
Bump version to v0.15 (#179)
1 parent c2c23d3 commit b3307bb

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.15.0 (2022-09-20)
2+
===
3+
4+
* Add MMTk build info to `-Xinternalversion`.
5+
* Implement `arraycopy` barriers.
6+
* Update to mmtk-core 0.15.0.
7+
18
0.14.1 (2022-08-10)
29
===
310

mmtk/Cargo.lock

+5-5
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_openjdk"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
authors = [" <>"]
55
rust-version = "1.57.0"
66
build = "build.rs"
@@ -29,7 +29,7 @@ once_cell = "1.10.0"
2929
# - change branch
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 = "9473d7b4b92747d3c0998af3c41a6ef50c9c94e3" }
32+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "c5d62c4354fe091b7bc4d3bc39d570b7986b93de" }
3333
# Uncomment the following to build locally
3434
# mmtk = { path = "../repos/mmtk-core" }
3535

0 commit comments

Comments
 (0)