From dde524bf39ec2798cc9370b814cf634ed0a7117f Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Mon, 22 Jul 2024 19:55:48 -0700 Subject: [PATCH] chore: prepare for 6.2.0 release --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e52fc..48eba31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [6.2.0] - 2024-07-22 ### Changed - JonasWanke: allow nullable values in `Some` and `Ok` diff --git a/pubspec.yaml b/pubspec.yaml index 07c189c..a45dd67 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: 6.1.0 +version: 6.2.0 homepage: https://github.com/nlfiedler/oxidized repository: https://github.com/nlfiedler/oxidized.git issue_tracker: https://github.com/nlfiedler/oxidized/issues