From 4b0a244a1fc6121069a01a5caf46ed4d331780a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tilmann=20Z=C3=A4schke?= Date: Fri, 22 Nov 2024 14:42:56 +0100 Subject: [PATCH] post 0.3.0 release updates --- CHANGELOG.md | 21 ++++++++++++++++----- pom.xml | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 032ea78..06578b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,21 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - - ## [Unreleased] -- Nothing yet +### Changed + +- Post 0.3.0 release updates + [#7](https://github.com/netsec-ethz/scion-java-multiping/pull/7) ## [0.3.0] - 2024-11-22 +### Changed + - Changed JPAN dependency to 0.3.0. [#3](https://github.com/netsec-ethz/scion-java-multiping/pull/3) - Regression: fixed pom.xml @@ -24,29 +28,36 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.2.0] - 2024-09-30 ### Added -- Support `echo` requests in addition to traceroute. + +- Support `echo` requests in addition to traceroute. [#1](https://github.com/netsec-ethz/scion-java-multiping/pull/1) - Added CHANGELOG - EchoResponder ### Changed + - Changed pretty much all names and created an executable main class. [#2](https://github.com/netsec-ethz/scion-java-multiping/pull/2) ## [0.1.0] - 2024-09-16 ### Added + - Everything ### Changed + - Nothing ### Fixed + - Nothing ### Removed + - Nothing -[Unreleased]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/init_root_commit...v0.1.0 diff --git a/pom.xml b/pom.xml index 946ac9c..9a3bc8d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.scion scion-multiping - 0.3.0 + 0.3.1-SNAPSHOT UTF-8