summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFujiApple <fujiapple852@gmail.com>2022-05-18 11:22:50 +0800
committerFujiApple <fujiapple852@gmail.com>2022-05-18 11:28:27 +0800
commit79732923014bb1707f3fd5bdd628e0de24814ba1 (patch)
treeebd454f9cac5c9274be849676554e2c5e141067a
parent45c9d2dfe1f27763882e3616e94a5ea0a47d5ab6 (diff)
chore: update CHANGELOG.md for `0.4.0` release0.4.0
-rw-r--r--CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c520ec1..cb1cd52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added
-- Added `-P` (`--target-port`) flag to allow specifying the source
+### Changed
+
+### Fixed
+
+## [0.4.0] - 2022-05-18
+
+### Added
+
+- Added `-P` (`--target-port`) flag to allow specifying the target
port ([1](https://github.com/fujiapple852/trippy/commit/5773fe5e5323543612be6bd4606db5aa8347d71e),
[2](https://github.com/fujiapple852/trippy/commit/9f03047dd231b10b13911fcc7af60afbb8b21473))
- Added ability to tracing with either a fixed source or a fixed destination port for both `udp` and `tcp`
@@ -116,6 +124,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Initial WIP release of `trippy`
+[0.4.0]: https://github.com/fujiapple852/trippy/compare/0.3.1...0.4.0
+
[0.3.1]: https://github.com/fujiapple852/trippy/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/fujiapple852/trippy/compare/0.2.0...0.3.0