From 389aafcb12ae0c5e4cd6ca306a228a7ae0721db7 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Fri, 13 Jan 2023 19:26:07 -0800 Subject: [PATCH] correction, 5.3.0 release --- CHANGELOG.md | 4 +--- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d26ca..2ba0824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index b579fe6..9c7a71e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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