Skip to content

Commit 1830999

Browse files
authored
Bump version to v0.14. Include Cargo.lock. (#120)
1 parent a03bdf2 commit 1830999

File tree

4 files changed

+479
-6
lines changed

4 files changed

+479
-6
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# will have compiled files and executables
22
target/
33

4-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
5-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
6-
Cargo.lock
7-
84
# These are backup files generated by rustfmt
95
**/*.rs.bk
106

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.14.0 (2022-08-08)
2+
===
3+
4+
* Set proper names for MMTk worker threads.
5+
* Inlucde `Cargo.lock` in the repository.
6+
* Update to mmtk-core 0.14.0.
7+
18
0.13.0 (2022-06-27)
29
===
310

0 commit comments

Comments
 (0)