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

Release prep 0.12.2 #1467

Merged
merged 3 commits into from
Jan 3, 2025
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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Fixed

## [0.12.2] - 2025-01-03

### Fixed

- Tracer panic when `--first-ttl` is greater than 1 ([#1460](https://github.com/fujiapple852/trippy/issues/1460))
- IP `--addr-family` not respected for
`--dns-resolve-method resolv` ([#1461](https://github.com/fujiapple852/trippy/issues/1461))
- Incorrect cli help text for `--addr-family` ([#1456](https://github.com/fujiapple852/trippy/issues/1456))

## [0.12.1] - 2024-12-21
Expand Down Expand Up @@ -418,7 +425,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial WIP release of `trippy`

[Unreleased]: https://github.com/fujiapple852/trippy/compare/0.12.1...master
[Unreleased]: https://github.com/fujiapple852/trippy/compare/0.12.2...master
[0.12.2]: https://github.com/fujiapple852/trippy/compare/0.12.1...0.12.2
[0.12.1]: https://github.com/fujiapple852/trippy/compare/0.12.0...0.12.1
[0.12.0]: https://github.com/fujiapple852/trippy/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/fujiapple852/trippy/compare/0.10.0...0.11.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.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
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@

Release notes for Trippy 0.6.0 onwards. See also the [CHANGELOG](CHANGELOG.md).

# 0.12.2

## Highlights

This maintenance release of Trippy fixes a bug introduced in 0.12.0 which causes a tracer panic if `--first-ttl` is
set to be greater than one. The release also addresses a longstanding bug which causes `--dns-resolve-method resolv` to
ignore any value provided for `--addr-family` and therefore always use the default value of `ipv4`. Finally the help
text for `--addr-family` has been corrected.

See the main [0.12.0](https://github.com/fujiapple852/trippy/releases/tag/0.12.0) release note.

# 0.12.1

## Highlights

This maintenance release of Trippy fixes a bug which prevented translations from working in Docker and also divests all
internal use of `yaml` dependencies which were problematic to maintain on some platforms (thanks to @nc7s).

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