Skip to content

Commit

Permalink
Bump stopwatch from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsoft committed Aug 8, 2021
1 parent cb11094 commit ba65f30
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.1.0 (8 Aug 2021)

## New Features
- Add `pause()` and `resume()` features in `Stopwatch`.

## Bug Fixes
- Fix incorrect calculation of fraction digits in `NumberFormatter`.

# 2.0.0 (5 Aug 2021)

## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ stopwatch.print();
<dependency>
<groupId>org.silentsoft</groupId>
<artifactId>stopwatch</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

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

<groupId>org.silentsoft</groupId>
<artifactId>stopwatch</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>

<name>Stopwatch</name>
<description>Stopwatch for get rid of chore in your code.</description>
Expand Down

0 comments on commit ba65f30

Please sign in to comment.