Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit c8e48ad

Browse files
committed
chore(cargo): bump version
1 parent c2bbd52 commit c8e48ad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.0.7 (January 27, 2019)
2+
3+
* Update dependencies (#47)
4+
* Add unit tests for cli args parsing (#46)
5+
* Do not require tcp-address arg (#45)
6+
* Move to Edition 2018 (#44)
7+
* Add limits for TCP connections count (#43)
8+
* Remove custom deserializer for log type (#42)
9+
110
# 0.0.6 (December 27, 2018)
211

312
* Fix clippy warnings (#40)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tox-node"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
authors = [
55
"Roman Proskuryakov <[email protected]>",
66
"Evgeny Kurnevsky <[email protected]>",

0 commit comments

Comments
 (0)