Skip to content

Commit

Permalink
version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
a14n committed Jun 9, 2024
1 parent 5f1bf8b commit 07cf53d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.2 (2024-06-09)

- Fix #107: avoid exception when formatting decimal with `NumberFormat.compact()`.

# 3.0.1 (2024-06-04)

- Throw `FormatException` on `formatter.parse('NaN')`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: decimal
version: 3.0.1
version: 3.0.2
description: >
The decimal package allows you to deal with decimal numbers without losing
precision.
Expand Down

0 comments on commit 07cf53d

Please sign in to comment.