Skip to content

Commit

Permalink
correction, 5.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Jan 14, 2023
1 parent ce554ee commit 389aafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ 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/).

## [5.3.1] - 2023-01-13
## [5.3.0] - 2023-01-13
### Fixed
- stumblinbear: Fix possible invalid casting in catch block.

## [5.3.0] - 2022-05-16
### Changed
- kranfix: Replaced `pedantic` (deprecated) by `very_goog_analysis`.
- kranfix: Refactored `Option` into many mixins.
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: 5.3.1
version: 5.3.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 389aafc

Please sign in to comment.