Skip to content

Commit e24a077

Browse files
committed
Release 0.8.0
1 parent 3fbbc3d commit e24a077

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# StreamEx 0.7.3
1+
# StreamEx 0.8.0
22
Enhancing Java Stream API.
33

44
[![Maven Central](https://img.shields.io/maven-central/v/one.util/streamex.svg)](https://maven-badges.herokuapp.com/maven-central/one.util/streamex/)
@@ -9,7 +9,7 @@ Enhancing Java Stream API.
99
This library defines four classes: `StreamEx`, `IntStreamEx`, `LongStreamEx`, `DoubleStreamEx`
1010
which are fully compatible with Java 8 stream classes and provide many additional useful methods.
1111
Also `EntryStream` class is provided which represents the stream of map entries and provides
12-
additional functionality for this case. Finally there are some new useful collectors defined in `MoreCollectors`
12+
additional functionality for this case. Finally, there are some new useful collectors defined in `MoreCollectors`
1313
class as well as primitive collectors concept.
1414

1515
Full API documentation is available [here](http://amaembo.github.io/streamex/javadoc/).
@@ -133,7 +133,7 @@ Add this snippet to the pom.xml `dependencies` section:
133133
<dependency>
134134
<groupId>one.util</groupId>
135135
<artifactId>streamex</artifactId>
136-
<version>0.7.3</version>
136+
<version>0.8.0</version>
137137
</dependency>
138138
```
139139

@@ -142,7 +142,7 @@ Add this snippet to the pom.xml `dependencies` section:
142142
Add this snippet to the build.gradle `dependencies` section:
143143

144144
```groovy
145-
implementation 'one.util:streamex:0.7.3'
145+
implementation 'one.util:streamex:0.8.0'
146146
```
147147

148148
Pull requests are welcome.

benchmark/pom.xml

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

2121
<groupId>one.util</groupId>
2222
<artifactId>streamex-benchmark</artifactId>
23-
<version>0.8.0-SNAPSHOT</version>
23+
<version>0.8.0</version>
2424

2525
<dependencies>
2626
<dependency>

pom.xml

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

2121
<groupId>one.util</groupId>
2222
<artifactId>streamex</artifactId>
23-
<version>0.8.0-SNAPSHOT</version>
23+
<version>0.8.0</version>
2424
<packaging>multi-release-jar</packaging>
2525

2626
<name>StreamEx</name>

0 commit comments

Comments
 (0)