diff --git a/CHANGES.md b/CHANGES.md index 448200a..0dca70c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,9 @@ ## Changes -### Unreleased +### Version 0.5.0 -- `transpose` integration +- Comparison (vs) benchmarks added - _Breaking change_: Removed the `bounds()` function due to additional complexity and limited value. ### Version 0.4.2 diff --git a/Cargo.toml b/Cargo.toml index c7471ab..d93201b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toodee" -version = "0.4.2" +version = "0.5.0" authors = ["Anton Marsden "] edition = "2021" description = "A lightweight 2D wrapper around a Vec."