Skip to content

Commit

Permalink
Bump version to v0.14. Include Cargo.lock. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored Aug 8, 2022
1 parent a03bdf2 commit 1830999
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# will have compiled files and executables
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.14.0 (2022-08-08)
===

* Set proper names for MMTk worker threads.
* Inlucde `Cargo.lock` in the repository.
* Update to mmtk-core 0.14.0.

0.13.0 (2022-06-27)
===

Expand Down
Loading

0 comments on commit 1830999

Please sign in to comment.