Skip to content

Commit

Permalink
chore(release): sn_logging-v0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 6, 2024
1 parent df945bf commit 4963d0b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sn_build_info = { path="../sn_build_info", version = "0.1.4" }
sn_client = { path = "../sn_client", version = "0.103.6" }
sn_transfers = { path = "../sn_transfers", version = "0.15.1" }
sn_registers = { path = "../sn_registers", version = "0.3.8" }
sn_logging = { path = "../sn_logging", version = "0.2.18" }
sn_logging = { path = "../sn_logging", version = "0.2.19" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.5" }
sn_protocol = { path = "../sn_protocol", version = "0.12.3" }
tempfile = "3.6.0"
Expand Down
2 changes: 1 addition & 1 deletion sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_bytes = { version = "0.11.12", optional = true }
serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.103.6" }
sn_logging = { path = "../sn_logging", version = "0.2.18" }
sn_logging = { path = "../sn_logging", version = "0.2.19" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.5" }
sn_transfers = { path = "../sn_transfers", version = "0.15.1" }
tiny_http = { version="0.12", features = ["ssl-rustls"] }
Expand Down
5 changes: 5 additions & 0 deletions sn_logging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.19](https://github.com/maidsafe/safe_network/compare/sn_logging-v0.2.18...sn_logging-v0.2.19) - 2024-02-06

### Other
- roll back to log more

## [0.2.18](https://github.com/maidsafe/safe_network/compare/sn_logging-v0.2.17...sn_logging-v0.2.18) - 2024-01-31

### Other
Expand Down
2 changes: 1 addition & 1 deletion sn_logging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_logging"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.2.18"
version = "0.2.19"

[dependencies]
chrono = "~0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ serde = { version = "1.0.133", features = [ "derive", "rc" ]}
sn_build_info = { path="../sn_build_info", version = "0.1.4" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.5" }
sn_client = { path = "../sn_client", version = "0.103.6" }
sn_logging = { path = "../sn_logging", version = "0.2.18" }
sn_logging = { path = "../sn_logging", version = "0.2.19" }
sn_networking = { path = "../sn_networking", version = "0.13.5" }
sn_protocol = { path = "../sn_protocol", version = "0.12.3", features = ["rpc"]}
sn_registers = { path = "../sn_registers", version = "0.3.8" }
Expand Down
2 changes: 1 addition & 1 deletion sn_node_rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hex = "~0.4.3"
libp2p = { version="0.53", features = ["kad"]}
libp2p-identity = { version="0.2.7", features = ["rand"] }
sn_client = { path = "../sn_client", version = "0.103.6" }
sn_logging = { path = "../sn_logging", version = "0.2.18" }
sn_logging = { path = "../sn_logging", version = "0.2.19" }
sn_node = { path = "../sn_node", version = "0.103.45" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.5" }
sn_protocol = { path = "../sn_protocol", version = "0.12.3", features=["rpc"] }
Expand Down

0 comments on commit 4963d0b

Please sign in to comment.