Skip to content

Commit

Permalink
chore: update version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Aug 11, 2024
1 parent fd3081e commit 31378e7
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Fixed

## [0.11.0-rc.2] - 2024-08-11
## [0.11.0] - 2024-08-11

### Added

Expand Down Expand Up @@ -366,9 +366,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial WIP release of `trippy`

[Unreleased]: https://github.com/fujiapple852/trippy/compare/0.11.0-rc.2...master
[Unreleased]: https://github.com/fujiapple852/trippy/compare/0.11.0...master

[0.11.0-rc.2]: https://github.com/fujiapple852/trippy/compare/0.10.0...0.11.0-rc.2
[0.11.0]: https://github.com/fujiapple852/trippy/compare/0.10.0...0.11.0

[0.10.0]: https://github.com/fujiapple852/trippy/compare/0.9.0...0.10.0

Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
]

[workspace.package]
version = "0.11.0-rc.2"
version = "0.11.0"
authors = ["FujiApple <[email protected]>"]
documentation = "https://github.com/fujiapple852/trippy"
homepage = "https://github.com/fujiapple852/trippy"
Expand All @@ -24,11 +24,11 @@ keywords = ["cli", "tui", "traceroute", "ping", "icmp"]
categories = ["command-line-utilities", "network-programming"]

[workspace.dependencies]
trippy-tui = { version = "0.11.0-rc.2", path = "crates/trippy-tui" }
trippy-core = { version = "0.11.0-rc.2", path = "crates/trippy-core" }
trippy-privilege = { version = "0.11.0-rc.2", path = "crates/trippy-privilege" }
trippy-dns = { version = "0.11.0-rc.2", path = "crates/trippy-dns" }
trippy-packet = { version = "0.11.0-rc.2", path = "crates/trippy-packet" }
trippy-tui = { version = "0.11.0", path = "crates/trippy-tui" }
trippy-core = { version = "0.11.0", path = "crates/trippy-core" }
trippy-privilege = { version = "0.11.0", path = "crates/trippy-privilege" }
trippy-dns = { version = "0.11.0", path = "crates/trippy-dns" }
trippy-packet = { version = "0.11.0", path = "crates/trippy-packet" }
anyhow = "1.0.83"
arrayvec = { version = "0.7.4", default-features = false }
bitflags = "2.6.0"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ rust-version = "1.75"
publish = false

[dependencies]
trippy = { version = "0.11.0-rc.2", path = "../../crates/trippy", default-features = false, features = [ "core" ] }
trippy = { version = "0.11.0", path = "../../crates/trippy", default-features = false, features = [ "core" ] }
anyhow = "1.0.86"
2 changes: 1 addition & 1 deletion examples/traceroute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.75"
publish = false

[dependencies]
trippy = { version = "0.11.0-rc.2", path = "../../crates/trippy", default-features = false, features = [ "core", "dns" ] }
trippy = { version = "0.11.0", path = "../../crates/trippy", default-features = false, features = [ "core", "dns" ] }
anyhow = "1.0.86"
itertools = "0.13.0"
clap = { version = "4.5.7", features = [ "derive" ] }
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: trippy
version: '0.10.0'
version: '0.11.0'
summary: A network diagnostic tool
description: |
Trippy combines the functionality of traceroute and ping and is designed to
Expand Down

0 comments on commit 31378e7

Please sign in to comment.