Skip to content

Commit

Permalink
chore: update version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Jan 3, 2025
1 parent 7258c73 commit 0779b8f
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 50 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.13.0-dev"
version = "0.12.2"
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.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" }
trippy-tui = { version = "0.12.2", path = "crates/trippy-tui" }
trippy-core = { version = "0.12.2", path = "crates/trippy-core" }
trippy-privilege = { version = "0.12.2", path = "crates/trippy-privilege" }
trippy-dns = { version = "0.12.2", path = "crates/trippy-dns" }
trippy-packet = { version = "0.12.2", path = "crates/trippy-packet" }
anyhow = "1.0.91"
arrayvec = { version = "0.7.6", default-features = false }
bitflags = "2.6.0"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br>
<a href="https://github.com/fujiapple852/trippy/actions/workflows/ci.yml">
<img src="https://github.com/fujiapple852/trippy/workflows/CI/badge.svg"></a>
<a href="https://crates.io/crates/trippy/0.12.1">
<a href="https://crates.io/crates/trippy/0.12.2">
<img src="https://img.shields.io/crates/v/trippy.svg"></a>
<a href="https://repology.org/project/trippy/versions">
<img src="https://repology.org/badge/tiny-repos/trippy.svg"></a>
Expand Down Expand Up @@ -41,7 +41,7 @@ cargo install trippy --locked

### Cargo

[![Crates.io](https://img.shields.io/crates/v/trippy)](https://crates.io/crates/trippy/0.12.1)
[![Crates.io](https://img.shields.io/crates/v/trippy)](https://crates.io/crates/trippy/0.12.2)

```shell
cargo install trippy --locked
Expand All @@ -61,7 +61,7 @@ apt install trippy
### PPA (Ubuntu)

[![Ubuntu PPA](https://img.shields.io/badge/Ubuntu%20PPA-0.12.1-brightgreen)](https://launchpad.net/~fujiapple/+archive/ubuntu/trippy/+packages)
[![Ubuntu PPA](https://img.shields.io/badge/Ubuntu%20PPA-0.12.2-brightgreen)](https://launchpad.net/~fujiapple/+archive/ubuntu/trippy/+packages)

```shell
add-apt-repository ppa:fujiapple/trippy
Expand Down Expand Up @@ -90,7 +90,7 @@ brew install trippy

### WinGet (Windows)

[![winget package](https://img.shields.io/badge/WinGet-0.12.1-brightgreen)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/f/FujiApple/Trippy/0.12.1)
[![winget package](https://img.shields.io/badge/WinGet-0.12.2-brightgreen)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/f/FujiApple/Trippy/0.12.2)

```shell
winget install trippy
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ This release introduces the Trippy public API which can be used to build custom
The full set of libraries exposed is:

| Crate | Description |
|------------------------------------------------------|------------------------------------------------------|
| ---------------------------------------------------- | ---------------------------------------------------- |
| [trippy](https://docs.rs/trippy) | Common entrypoint crate |
| [trippy-core](https://docs.rs/trippy-core) | The core Trippy tracing functionality |
| [trippy-packet](https://docs.rs/trippy-packet) | Packet wire formats and packet parsing functionality |
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Trippy will attempt to locate a `trippy.toml` or `.trippy.toml` configuration fi
- the Windows data directory (Windows only): `%APPDATA%`

A template configuration file
for [0.12.0](https://github.com/fujiapple852/trippy/blob/0.12.0/trippy-config-sample.toml) is available to
for [0.12.2](https://github.com/fujiapple852/trippy/blob/0.12.2/trippy-config-sample.toml) is available to
download, or can be generated with the following command:

```shell
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation:
| 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.12.2 | 2025-01-03 | Current | [note](https://github.com/fujiapple852/trippy/releases/tag/0.12.2) | [docs](https://github.com/fujiapple852/trippy/tree/0.12.2) |
| 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) |
Expand Down
Loading

0 comments on commit 0779b8f

Please sign in to comment.