Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to v0.19 #79

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.19.0 (2023-08-18)
===

## What's Changed
* Update to MMTk core PR #712 by @qinsoon in https://github.com/mmtk/mmtk-v8/pull/75
* Rename ambiguous `scan_thread_root{,s}` functions by @k-sareen in https://github.com/mmtk/mmtk-v8/pull/77
* Fix CI and cargo build errors by @wenyuzhao in https://github.com/mmtk/mmtk-v8/pull/78

## New Contributors
* @k-sareen made their first contribution in https://github.com/mmtk/mmtk-v8/pull/77

0.16.0 (2022-12-06)
===

Expand Down
14 changes: 7 additions & 7 deletions mmtk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mmtk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmtk_v8"
version = "0.18.0"
version = "0.19.0"
authors = [" <>"]
rust-version = "1.66.0"

Expand All @@ -27,7 +27,7 @@ log = "*"
# - 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 = "04a47feb4598b2120598453c2cceec83986c2122" }
mmtk = { git = "https://github.com/qinsoon/mmtk-core.git", rev = "e88caa132e3b4cc7a0f046228c9339481d3a4c58" }
# Uncomment the following and fix the path to mmtk-core to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down
2 changes: 1 addition & 1 deletion mmtk/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.66.1
1.71.1
Loading