Skip to content

Commit f2d8811

Browse files
author
Tilmann Zäschke
committed
v0.2.0
1 parent 134cf36 commit f2d8811

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
## [Unreleased]
1010

11+
## [0.2.0] - 2024-09-30
12+
1113
### Added
1214
- Support `echo` requests in addition to traceroute.
1315
[#1](https://github.com/netsec-ethz/scion-java-multiping/pull/1)
@@ -32,5 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3234
### Removed
3335
- Nothing
3436

35-
[Unreleased]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.1.0...HEAD
37+
[Unreleased]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.2.0...HEAD
38+
[0.2.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.1.0...v0.2.0
3639
[0.1.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/init_root_commit...v0.1.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ MultiPing provides several tools:
1313
## Execution
1414

1515
All tools can be run from the executable jar file which is available in
16-
the [GitHub Releases section](https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.1.0/scion-multiping-0.1.0-shaded.jar).
16+
the [GitHub Releases section](https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.2.0/scion-multiping-0.2.0-executable.jar).
1717
It can be executed with:
1818

1919
```
20-
java -jar scion-multiping-0.1.0-shaded.jar [tool-command]
20+
java -jar scion-multiping-0.2.0-executable.jar [tool-command]
2121
```
2222

2323
Some tools require configuration files, see below in the tool description sections.
@@ -102,7 +102,7 @@ request to `64-2:0:4c,192.168.0.1`.
102102
THe tool can be executed with:
103103

104104
```
105-
java -jar scion-multiping-0.1.0-shaded.jar ping-repeat
105+
java -jar scion-multiping-0.2.0-executable.jar ping-repeat
106106
```
107107

108108
## Output
@@ -156,5 +156,5 @@ following property (
156156
the example works only for `ethz.ch`):
157157

158158
```
159-
java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar target/scion-multiping-0.1.0-shaded.jar
159+
java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.2.0-executable.jar
160160
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.scion</groupId>
88
<artifactId>scion-multiping</artifactId>
9-
<version>0.1.1-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)