Skip to content

Commit

Permalink
chore: release prep for 0.12.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 2, 2024
1 parent 8f4ced2 commit aed9b63
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
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.0-dev"
version = "0.12.0-rc.1"
authors = ["FujiApple <fujiapple852@gmail.com>"]
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.0-dev", path = "crates/trippy-tui" }
trippy-core = { version = "0.12.0-dev", path = "crates/trippy-core" }
trippy-privilege = { version = "0.12.0-dev", path = "crates/trippy-privilege" }
trippy-dns = { version = "0.12.0-dev", path = "crates/trippy-dns" }
trippy-packet = { version = "0.12.0-dev", path = "crates/trippy-packet" }
trippy-tui = { version = "0.12.0-rc.1", path = "crates/trippy-tui" }
trippy-core = { version = "0.12.0-rc.1", path = "crates/trippy-core" }
trippy-privilege = { version = "0.12.0-rc.1", path = "crates/trippy-privilege" }
trippy-dns = { version = "0.12.0-rc.1", path = "crates/trippy-dns" }
trippy-packet = { version = "0.12.0-rc.1", path = "crates/trippy-packet" }
anyhow = "1.0.91"
arrayvec = { version = "0.7.6", default-features = false }
bitflags = "2.6.0"
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Continuous integration](https://github.com/fujiapple852/trippy/workflows/CI/badge.svg)](https://github.com/fujiapple852/trippy/actions/workflows/ci.yml)
[![Crate](https://img.shields.io/crates/v/trippy.svg)](https://crates.io/crates/trippy/0.11.0)
[![Crate](https://img.shields.io/crates/v/trippy.svg)](https://crates.io/crates/trippy/0.12.0-rc.1)
[![Packaging status](https://repology.org/badge/tiny-repos/trippy.svg)](https://repology.org/project/trippy/versions)
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://trippy.zulipchat.com/)
[![#trippy-dev:matrix.org](https://img.shields.io/badge/matrix/trippy-dev:matrix.org-blue)](https://matrix.to/#/#trippy-dev:matrix.org)
Expand Down Expand Up @@ -92,15 +92,15 @@ issues.
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.12.0-dev | n/a | Development | n/a | [docs](https://github.com/fujiapple852/trippy/tree/master) |
| 0.11.0 | 2024-08-11 | Current | [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.12.0-rc.1 | n/a | Development | n/a | [docs](https://github.com/fujiapple852/trippy/tree/master) |
| 0.11.0 | 2024-08-11 | Current | [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 All @@ -111,7 +111,7 @@ documentation:

### Cargo

[![Crates.io](https://img.shields.io/crates/v/trippy)](https://crates.io/crates/trippy/0.11.0)
[![Crates.io](https://img.shields.io/crates/v/trippy)](https://crates.io/crates/trippy/0.12.0-rc.1)

```shell
cargo install trippy --locked
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.76"
publish = false

[dependencies]
trippy = { version = "0.12.0-dev", path = "../../crates/trippy", default-features = false, features = [ "core" ] }
trippy = { version = "0.12.0-rc.1", 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.0-dev", path = "../../crates/trippy", default-features = false, features = [ "core", "dns" ] }
trippy = { version = "0.12.0-rc.1", 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.0-dev'
version: '0.12.0-rc.1'
summary: A network diagnostic tool
description: |
Trippy combines the functionality of traceroute and ping and is designed to
Expand Down

0 comments on commit aed9b63

Please sign in to comment.