Skip to content

Commit

Permalink
chore: update for 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Aug 11, 2021
1 parent efddbce commit 4c430c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unrealeased]

## [5.0.0] - 2021-08-11
### Changed
- **BREAKING CHANGE:** can no longer pass `null` to `Result`. The rectifies the
inconsistent handling of null values with regards to `Option` and `Result`.
- kranfix: refactored `Option<T extends Object>` to fix `Result<int?, Exception>.ok(null).ok()`
- kranfix: refactored `Result<T extends Object, E extends Object>` to fix `Result<int?, Exception>.ok(null)`

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oxidized
description: Definitions of Rust-like types, Option and Result, to promote safer programming.
version: 4.2.0
version: 5.0.0
homepage: https://github.com/nlfiedler/oxidized
repository: https://github.com/nlfiedler/oxidized.git
issue_tracker: https://github.com/nlfiedler/oxidized/issues
Expand Down

0 comments on commit 4c430c9

Please sign in to comment.