Skip to content

Commit

Permalink
chore(release): 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Jun 23, 2021
1 parent 3de6338 commit bf62691
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.9](https://github.com/maidsafe/safe_network/compare/v0.2.8...v0.2.9) (2021-06-23)


### Bug Fixes

* **logs:** use new module name for default logging ([3de6338](https://github.com/maidsafe/safe_network/commit/3de6338a3f12ca6a7edcb1ce7db2ce20f5a8b7ba))

### [0.2.8](https://github.com/maidsafe/safe_network/compare/v0.2.7...v0.2.8) (2021-06-22)


Expand Down
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "safe_network"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.2.8"
version = "0.2.9"

[[bin]]
name = "sn_node"
Expand All @@ -28,7 +28,6 @@ always-joinable = [ ]

[dependencies]
base64 = "~0.10.1"
flexi_logger = { version = "0.18", features = ["async"] }
hex = "~0.3.2"
lazy_static = "1"
pickledb = "~0.4.0"
Expand Down Expand Up @@ -68,6 +67,10 @@ urlencoding = "1.1.1"
url = "2.2.0"
dashmap = "~4.0.2"

[dependencies.flexi_logger]
version = "0.18"
features = [ "async" ]

[dependencies.tracing]
version = "~0.1.22"
default-features = false
Expand Down

0 comments on commit bf62691

Please sign in to comment.