Skip to content

Commit

Permalink
Merge pull request #469 from tox-rs/release-0.2.0
Browse files Browse the repository at this point in the history
chore(cargo): release 0.2.0
  • Loading branch information
kurnevsky authored Dec 10, 2022
2 parents f0dca33 + aa1ae2b commit b234f33
Show file tree
Hide file tree
Showing 13 changed files with 157 additions and 70 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.2.0 (Dec 10, 2022)

* Update dependencies (#445, #454, #456, #459, #460, #463, #465, #467)
* Use pure rust cryptography instead of `libsodium` (#446, #447, #449, #450, #452, #453, #455)
* Resolve dependency cycle between modules (#448)
* Use `thiserror` instead of unmaintained `failure` (#457)
* Merge `tox_node` and `tox` repositories (#466)
* Fix deadlocks (#461, #464)

# 0.1.1 (Dec 27, 2020)

* Fix bug in k-bucket eviction (#443)
Expand Down
Loading

0 comments on commit b234f33

Please sign in to comment.