Skip to content

Commit

Permalink
released v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMaglione committed Jan 31, 2022
1 parent 6d054d3 commit d253097
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.0.14 - 31 January 2022
- Updated package linting to [`lints`](https://pub.dev/packages/lints)

# v0.0.13 - 26 January 2022
- New methods to `TaskEither`, `TaskOption`, `Either`, and `Option`
- `mapLeft` (`TaskEither`)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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.0.13 # Check out the latest version
fpdart: ^0.0.14 # 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.0.14 - 31 January 2022
- v0.0.13 - 26 January 2022
- v0.0.12 - 24 October 2021
- v0.0.11 - 22 September 2021
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.0.13
version: 0.0.14
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 d253097

Please sign in to comment.