Skip to content

Commit

Permalink
Prepare CHANGELOG.md and README.md for v0.4 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillschallau authored Aug 2, 2024
1 parent fa0b8c8 commit 7a08cb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[0.4]: https://github.com/tudo-aqua/stars/releases/tag/v0.4
[0.3]: https://github.com/tudo-aqua/stars/releases/tag/v0.3
[0.2.2]: https://github.com/tudo-aqua/stars/releases/tag/v0.2.2
[0.2.1]: https://github.com/tudo-aqua/stars/releases/tag/v0.2.1
Expand All @@ -13,7 +14,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.3.1] - tba
## [0.4] - 02.08.2024
### Added
- Add iterator for `TSC`.
- Add support for multiple monitors per node.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Start by adding the latest version of STARS as a dependency to your project.

#### Gradle
```gradle
implementation("tools.aqua:stars-core:0.3")
implementation("tools.aqua:stars-core:0.4")
```

#### Maven
```xml
<dependency>
<groupId>tools.aqua</groupId>
<artifactId>stars-core</artifactId>
<version>0.3</version>
<version>0.4</version>
</dependency>
```

Expand Down

0 comments on commit 7a08cb5

Please sign in to comment.