Skip to content

Commit

Permalink
Prepare v1.0.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Oct 5, 2022
1 parent a119fbb commit deb12dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0
* Document improvements ([#23](https://github.com/xmartlabs/stock/pull/23))
* CI improvements ([#22](https://github.com/xmartlabs/stock/pull/22))
* Add `map` and `when` extension methods over `StockResponse` ([#21](https://github.com/xmartlabs/stock/pull/21), [#27](https://github.com/xmartlabs/stock/pull/27)). Thanks [Leynier](https://github.com/leynier) for PR ([#21](https://github.com/xmartlabs/stock/pull/21)).

## 0.0.2

* Api improvements ([#18](https://github.com/xmartlabs/stock/pull/18))
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stock
description: Dart package for Async Data Loading and Caching.
Combine local (DB, cache) and network data simply and safely.
version: 0.0.2
version: 1.0.0
homepage: https://github.com/xmartlabs/stock
repository: https://github.com/xmartlabs/stock
issue_tracker: https://github.com/xmartlabs/stock/issues
Expand Down

0 comments on commit deb12dd

Please sign in to comment.