Skip to content

Commit

Permalink
Branch for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg committed Nov 2, 2024
1 parent 5b46f28 commit 7ec0c9e
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.7.0
+ TBD

### 0.6.0
+ Implement `dropLast(n)`
+ Implement `grouping()` and `groupingBy(fn)`
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.6.0</version>
<version>0.7.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.6.0")
implementation("com.ginsberg:gatherers4j:0.7.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.6.0
0.7.0-SNAPSHOT

0 comments on commit 7ec0c9e

Please sign in to comment.