Skip to content

Commit 08cc602

Browse files
authored
Bump version to v0.14. Include Cargo.lock. (mmtk#172)
1 parent a879646 commit 08cc602

File tree

4 files changed

+483
-6
lines changed

4 files changed

+483
-6
lines changed

.gitignore

-4
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

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.14.0 (2022-08-08)
2+
===
3+
4+
* Remove incorrect `MMTkRootScanWorkScope`.
5+
* Remove unused `compute_*_roots` functions.
6+
* Optimize `CodeCache` roots scanning.
7+
* Fix a bug that `mmtk_start_the_world_count` may be incorrect.
8+
* Update documentation about evaluation builds.
9+
* Inlucde `Cargo.lock` in the repository.
10+
* Update to mmtk-core 0.14.0.
11+
112
0.13.0 (2022-06-27)
213
===
314

0 commit comments

Comments
 (0)