Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xba1 committed Jul 6, 2022
1 parent 735f38f commit f6e048f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ Breaking api changes: Result.ok, Result.err
# 0.4.0

Breaking api changes: removed ResultType enum from api

# 0.5.0

Changed dart version to 2.12
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: okay
description: Typesafe error-handling for dart . An implementation of rust's `Result` type in dart.
version: 0.4.0
version: 0.5.0
homepage: https://hextools.0xba1.xyz
repository: https://github.com/0xba1/okay.git

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
meta: ^1.7.0
Expand Down

0 comments on commit f6e048f

Please sign in to comment.