Skip to content

Commit

Permalink
v2.0.0-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMaglione committed Apr 3, 2024
1 parent 26180a7 commit 895f80a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/fpdart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.0.0-dev.3 - 4 April 2024
- Added `Scope`
- `const` constructor for `None`

## v2.0.0-dev.2 - 29 March 2024
- Complete `Option` and `Either` API
- Execute `Effect` using `provide` (with `Null` as dependency)
Expand Down
2 changes: 1 addition & 1 deletion packages/fpdart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Interested in what `fpdart` is and how it came to be?
## 💻 Installation

```shell
dart pub add fpdart:'v2.0.0-dev.2'
dart pub add fpdart:'v2.0.0-dev.3'
```

## ✨ Examples
Expand Down
2 changes: 1 addition & 1 deletion packages/fpdart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: fpdart
description: >
Functional Effect System in Dart and Flutter.
Build composable, type safe, maintainable and testable apps with an extensive API fully tested and documented.
version: 2.0.0-dev.2
version: 2.0.0-dev.3
homepage: https://www.sandromaglione.com/
repository: https://github.com/SandroMaglione/fpdart
author: Maglione Sandro <lass.maglio@gmail.com>
Expand Down

0 comments on commit 895f80a

Please sign in to comment.