Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update version to 0.13.0-dev #1455

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.1"
version = "0.13.0-dev"
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.12.1", path = "crates/trippy-tui" }
trippy-core = { version = "0.12.1", path = "crates/trippy-core" }
trippy-privilege = { version = "0.12.1", path = "crates/trippy-privilege" }
trippy-dns = { version = "0.12.1", path = "crates/trippy-dns" }
trippy-packet = { version = "0.12.1", path = "crates/trippy-packet" }
trippy-tui = { version = "0.13.0-dev", path = "crates/trippy-tui" }
trippy-core = { version = "0.13.0-dev", path = "crates/trippy-core" }
trippy-privilege = { version = "0.13.0-dev", path = "crates/trippy-privilege" }
trippy-dns = { version = "0.13.0-dev", path = "crates/trippy-dns" }
trippy-packet = { version = "0.13.0-dev", path = "crates/trippy-packet" }
anyhow = "1.0.91"
arrayvec = { version = "0.7.6", default-features = false }
bitflags = "2.6.0"
Expand Down

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/src/content/docs/reference/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ sidebar:
The following table lists ths versions of Trippy that are available and links to the corresponding release note and
documentation:

| Version | Release Date | Status | Release Note | Documentation |
| ------- | ------------ | ----------- | ------------------------------------------------------------------ | ---------------------------------------------------------- |
| 0.13.0 | n/a | Development | n/a | [docs](https://github.com/fujiapple852/trippy/tree/master) |
| 0.12.1 | 2024-12-21 | Current | [note](https://github.com/fujiapple852/trippy/releases/tag/0.12.1) | [docs](https://github.com/fujiapple852/trippy/tree/0.12.1) |
| 0.11.0 | 2024-08-11 | Previous | [note](https://github.com/fujiapple852/trippy/releases/tag/0.11.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.11.0) |
| 0.10.0 | 2024-03-31 | Previous | [note](https://github.com/fujiapple852/trippy/releases/tag/0.10.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.10.0) |
| 0.9.0 | 2023-11-30 | Deprecated | [note](https://github.com/fujiapple852/trippy/releases/tag/0.9.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.9.0) |
| 0.8.0 | 2023-05-15 | Deprecated | [note](https://github.com/fujiapple852/trippy/releases/tag/0.8.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.8.0) |
| 0.7.0 | 2023-03-25 | Deprecated | [note](https://github.com/fujiapple852/trippy/releases/tag/0.7.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.7.0) |
| 0.6.0 | 2022-08-19 | Deprecated | [note](https://github.com/fujiapple852/trippy/releases/tag/0.6.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.6.0) |
| Version | Release Date | Status | Release Note | Documentation |
| ---------- | ------------ | ----------- | ------------------------------------------------------------------ | ---------------------------------------------------------- |
| 0.13.0-dev | n/a | Development | n/a | [docs](https://github.com/fujiapple852/trippy/tree/master) |
| 0.12.1 | 2024-12-21 | Current | [note](https://github.com/fujiapple852/trippy/releases/tag/0.12.1) | [docs](https://github.com/fujiapple852/trippy/tree/0.12.1) |
| 0.11.0 | 2024-08-11 | Previous | [note](https://github.com/fujiapple852/trippy/releases/tag/0.11.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.11.0) |
| 0.10.0 | 2024-03-31 | Previous | [note](https://github.com/fujiapple852/trippy/releases/tag/0.10.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.10.0) |
| 0.9.0 | 2023-11-30 | Deprecated | [note](https://github.com/fujiapple852/trippy/releases/tag/0.9.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.9.0) |
| 0.8.0 | 2023-05-15 | Deprecated | [note](https://github.com/fujiapple852/trippy/releases/tag/0.8.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.8.0) |
| 0.7.0 | 2023-03-25 | Deprecated | [note](https://github.com/fujiapple852/trippy/releases/tag/0.7.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.7.0) |
| 0.6.0 | 2022-08-19 | Deprecated | [note](https://github.com/fujiapple852/trippy/releases/tag/0.6.0) | [docs](https://github.com/fujiapple852/trippy/tree/0.6.0) |

:::note
Only the _latest patch versions_ of both the _current_ and _previous_ releases of Trippy are supported.
Expand Down
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.76"
publish = false

[dependencies]
trippy = { version = "0.12.1", path = "../../crates/trippy", default-features = false, features = ["core"] }
trippy = { version = "0.13.0-dev", 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.76"
publish = false

[dependencies]
trippy = { version = "0.12.1", path = "../../crates/trippy", default-features = false, features = ["core", "dns"] }
trippy = { version = "0.13.0-dev", 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.12.1'
version: '0.13.0-dev'
summary: A network diagnostic tool
description: |
Trippy combines the functionality of traceroute and ping and is designed to
Expand Down
8 changes: 4 additions & 4 deletions ubuntu-ppa/README.debian
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ The provided `debian` directory targets the Ubuntu Jammy 22.04 LTS
distribution. It is possible to target other distributions simply
by editing the `debian/changelog` file and changing the version and
distribution fields:
trippy (0.12.1-1ubuntu0.1~jammy1) jammy; urgency=medium
trippy (0.12.1-1ubuntu0.1~mantis1) mantis; urgency=medium
trippy (0.12.1-1ubuntu0.1~noble1) noble; urgency=medium
trippy (0.13.0-1ubuntu0.1~jammy1) jammy; urgency=medium
trippy (0.13.0-1ubuntu0.1~mantis1) mantis; urgency=medium
trippy (0.13.0-1ubuntu0.1~noble1) noble; urgency=medium
It is preferable to use `debchange` for this, eg:
debchange --distribution noble --newversion 0.12.1-1ubuntu0.1~noble1
debchange --distribution noble --newversion 0.13.0-1ubuntu0.1~noble1

---

Expand Down
2 changes: 1 addition & 1 deletion ubuntu-ppa/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
trippy (0.12.1-ppa2~ubuntu24.04) noble; urgency=medium
trippy (0.13.0-ppa2~ubuntu24.04) noble; urgency=medium

* New upstream release

Expand Down
2 changes: 1 addition & 1 deletion ubuntu-ppa/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o errexit -o pipefail -o nounset

# The Trippy version to release
VERSION="0.12.1"
VERSION="0.13.0"

# The revision number for the PPA
REVISION=1
Expand Down