From 575b359136ed682ab5975fad53af4556aee86f8d Mon Sep 17 00:00:00 2001 From: FujiApple Date: Fri, 19 Aug 2022 20:24:42 +0800 Subject: [PATCH] chore: updated CHANGELOG.md for `0.6.0` release --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b90b21..daae0323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added +### Changed + +### Fixed + +## [0.6.0] - 2022-08-19 + +### Added + - Added support for tracing using `IPv6` for `tcp` ([#191](https://github.com/fujiapple852/trippy/issues/191)) - Added `-R` (`--multipath-strategy`) flag to allow setting the [Equal Cost Multi-path Routing](https://en.wikipedia.org/wiki/Equal-cost_multi-path_routing) strategy and added @@ -23,8 +31,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Gray out hops which did not update in the current round ([#216](https://github.com/fujiapple852/trippy/issues/216)) -### Fixed - ## [0.5.0] - 2022-06-02 ### Added @@ -154,6 +160,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Initial WIP release of `trippy` +[0.6.0]: https://github.com/fujiapple852/trippy/compare/0.5.0...0.6.0 + [0.5.0]: https://github.com/fujiapple852/trippy/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/fujiapple852/trippy/compare/0.3.1...0.4.0