Skip to content

Commit 19358aa

Browse files
committed
Bumped up version, updated changelog
1 parent 67a5c6f commit 19358aa

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
## 1.0.0
1+
## 0.1.0
2+
Initial release
3+
4+
## 0.2.0-beta
5+
- Refactored access to class values. Both ISO and user-assigned codes are
6+
accessible through `values` list.
7+
- added `index` getter to match enum behaviour
8+
- added `symbol` getter
29

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: country_code
22
description: Provides list of ISO 3166-1 coutry codes in enum-like class, as well as parsing and user-assigned code elements
3-
version: 0.2.0
3+
version: 0.2.0-beta
44
author: Denis Portnov <[email protected]>
55
uploader: Denis Portnov <[email protected]>
66
homepage: https://github.com/denixport/dart.country

0 commit comments

Comments
 (0)