From deb12dda6cd20b532ed2fb6276a15bde04155398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Irland?= Date: Wed, 5 Oct 2022 13:06:07 -0300 Subject: [PATCH] Prepare v1.0.0 (#26) --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acff25..8b5af6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/pubspec.yaml b/pubspec.yaml index df938a3..e54b34b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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