Skip to content

Commit 1233d62

Browse files
committed
bump version and changelog
1 parent 90143db commit 1233d62

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# CHANGELOG
22

3-
## 0.6.0
4-
- Add support for handling infinity values
3+
## 0.7.0
54
- Fix static analysis issues
65
- Add support for Dart 3
76
- Remove internal members that were exposed to the API
87

8+
## 0.6.0
9+
- Add support for handling infinity values
10+
911
## 0.5.1
1012
- Fix `toDouble()` allowing it to take negative exponents
1113

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: big_decimal
2-
version: 0.6.0
2+
version: 0.7.0
33
description: >
44
A bugless implementation of BigDecimal in Dart based on Java's BigDecimal
55
@@ -8,5 +8,5 @@ environment:
88
sdk: ">=2.12.0 <4.0.0"
99

1010
dev_dependencies:
11-
lints: ^5.1.1
11+
lints: ^6.0.0
1212
test: ^1.17.2

0 commit comments

Comments
 (0)