diff --git a/CHANGELOG.md b/CHANGELOG.md index 0677b41..5218b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.0.3] - 2023-10-25 ### Changed - `Vector::truncate` no longer panics if the `len` argument is larger than the diff --git a/Cargo.toml b/Cargo.toml index 8661b40..d4ba2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imbl" -version = "2.0.2" +version = "2.0.3" authors = ["Bodil Stokke ", "Joe Neeman "] edition = "2018" license = "MPL-2.0+"