Skip to content

Commit

Permalink
Prepare CHANGELOG.md and README.md for v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikmaeckel committed Nov 6, 2024
1 parent 41a7410 commit 36ebc58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[0.5]: https://github.com/tudo-aqua/stars/releases/tag/v0.5
[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
Expand All @@ -14,7 +15,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.5 - TBA
## [0.5] - 06.11.2024
### Added
- Add `PreEvaluationHooks` before evaluation of `TSCs` and `Segments` in `TSCEvaluation`.
- Add pre-defined `MinNodesInTSCHook` and `MinTicksPerSegmentHook`.
Expand All @@ -24,6 +25,7 @@ All notable changes to this project will be documented in this file.
- Add `loggerIdentifier` field to `Loggable` interface.
- Add `Serializable` interface.
- This adds the functionality to compare your current analysis results with the previous run or a specified baseline.
- Add experiment run metadata file containing the experiment run configuration and system information.

### Changed
- `TSCEvaluation` now accepts multiple `TSCs` instead of `TSCProjections`.
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.4")
implementation("tools.aqua:stars-core:0.5")
```

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

Expand Down

0 comments on commit 36ebc58

Please sign in to comment.