Skip to content

Commit 09d2dfd

Browse files
committed
Released 2.0.0
1 parent 2df5c39 commit 09d2dfd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ types you need to work with from the rest of your code.
55

66
## [Unreleased]
77

8+
## [2.0.0] - 2021-07-01
9+
10+
### Changed
11+
12+
- Upgraded dependencies to latest
13+
- Removed all deprecated members
14+
815
## [1.4.1] - 2021-03-30
916

1017
### Changed
@@ -201,6 +208,8 @@ us feedback on how well they work!
201208

202209
[Unreleased]: https://bitbucket.org/gelbermungo/fling-units/commits/tag/HEAD/
203210

211+
[2.0.0]: https://bitbucket.org/gelbermungo/fling-units/commits/tag/2.0.0/
212+
204213
[1.4.1]: https://bitbucket.org/gelbermungo/fling-units/commits/tag/1.4.1/
205214

206215
[1.4.0]: https://bitbucket.org/gelbermungo/fling-units/commits/tag/1.4.0/

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fling_units
22
description: Dependency-free, type-safe Dart unit conversion library. Decouple specific unit types you need to work with from the rest of your code.
3-
version: 1.4.1
3+
version: 2.0.0
44
homepage: https://bitbucket.org/gelbermungo/fling-units/wiki/Home
55
repository: https://bitbucket.org/gelbermungo/fling-units/src
66
issue_tracker: https://bitbucket.org/gelbermungo/fling-units/issues

0 commit comments

Comments
 (0)