Skip to content

Commit

Permalink
Release v0.1.0 and rev to v0.2.0-SNAPSHOT (#17)
Browse files Browse the repository at this point in the history
+ Added Standard Deviation (population and sample)
+ Refactored all BigDecimal-based Gatherers
+ Added concat
  • Loading branch information
tginsberg authored Aug 13, 2024
1 parent d6585eb commit 129991e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#### 0.0.1 to 0.1.0
+ Added Standard Deviation (population and sample)
+ Refactored all BigDecimal-based Gatherers
+ Added concat

#### Initial Release 0.0.1
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.0.1</version>
<version>0.1.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.0.1")
implementation("com.ginsberg:gatherers4j:0.1.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.0.2-SNAPSHOT
0.2.0-SNAPSHOT

0 comments on commit 129991e

Please sign in to comment.