Skip to content

Commit

Permalink
#10 Switch to semantic versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Dec 3, 2019
1 parent e45d1a4 commit 1e213b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
### (????-??-??) v0.8
### (????-??-??) v0.9.0

- Switched to semantic versioning scheme. (#10)

- Overhauled tests.

Expand All @@ -12,6 +14,14 @@

- Fixed license discrepancies. (#3)

### (2019-11-05) v0.8

- Add Windows build to CI pipeline. (#4)

- Switch from Travis CI to GitHub Actions. (#4)

- Fix stream handling for Windows. (#4)

### (2019-06-13) v0.7

- Upgraded to Java 8.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vlkan.rfos</groupId>
<artifactId>rotating-fos</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>

<name>RotatingFileOutputStream</name>
<description>Sneakily rotating your FileOutputStream since 2017.</description>
Expand Down

0 comments on commit 1e213b1

Please sign in to comment.