Skip to content

Commit

Permalink
docs: update RELEASES.md for the 0.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Jan 3, 2025
1 parent 67c0058 commit 7258c73
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion 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 Expand Up @@ -488,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

0 comments on commit 7258c73

Please sign in to comment.