Skip to content

Commit

Permalink
released v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMaglione committed Jul 16, 2022
1 parent 493ab8b commit 312c40d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# v0.1.1 - Coming soon
# v0.2.0 - 16 July 2022
- Refactoring for [mixin breaking change](https://github.com/dart-lang/sdk/issues/48167) ([#42](https://github.com/SandroMaglione/fpdart/pull/42)) by [TimWhiting](https://github.com/TimWhiting) 🎉
- Added `chainFirst` method for the following classes ([#39](https://github.com/SandroMaglione/fpdart/issues/39))
- `TaskEither`
- `Either`
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img src="https://img.shields.io/github/license/SandroMaglione/fpdart?logo=github" />
<img src="https://img.shields.io/github/contributors-anon/SandroMaglione/fpdart" />
<img src="https://img.shields.io/pub/v/fpdart?include_prereleases" />
<img src="https://img.shields.io/badge/dart-v2.17.3-blue.svg" />
<img src="https://img.shields.io/badge/dart-v2.17.6-blue.svg" />
<a href="https://github.com/SandroMaglione">
<img alt="GitHub: SandroMaglione" src="https://img.shields.io/github/followers/SandroMaglione?label=Follow&style=social" target="_blank" />
</a>
Expand Down Expand Up @@ -75,7 +75,7 @@ Would you like to know more about functional programming, fpdart, and how to use
```yaml
# pubspec.yaml
dependencies:
fpdart: ^0.1.0 # Check out the latest version
fpdart: ^0.2.0 # Check out the latest version
```
## ✨ Examples
Expand Down Expand Up @@ -288,6 +288,7 @@ In general, **any contribution or feedback is welcome** (and encouraged!).

## 📃 Versioning

- **v0.2.0** - 16 July 2022
- **v0.1.0** - 17 June 2022
- v0.0.14 - 31 January 2022
- v0.0.13 - 26 January 2022
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fpdart
version: 0.1.1
version: 0.2.0
homepage: https://www.sandromaglione.com/
repository: https://github.com/SandroMaglione/fpdart
description: Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
Expand Down

0 comments on commit 312c40d

Please sign in to comment.