Skip to content

Commit

Permalink
Prepare branch for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg committed Jan 7, 2025
1 parent af8b3a3 commit e27a6d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.8.0
+ TBD

### 0.7.0
+ Use greedy integrators where possible (Fixes #57)
+ Add [JSpecify](https://jspecify.dev/) annotations for static analysis
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following dependency to `pom.xml`.
<dependency>
<groupId>com.ginsberg</groupId>
<artifactId>gatherers4j</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
```

Expand All @@ -24,7 +24,7 @@ Add the following dependency to `pom.xml`.
Add the following dependency to `build.gradle` or `build.gradle.kts`

```groovy
implementation("com.ginsberg:gatherers4j:0.7.0")
implementation("com.ginsberg:gatherers4j:0.8.0")
```

# Gatherers In This Library
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0-SNAPSHOT

0 comments on commit e27a6d9

Please sign in to comment.