diff --git a/CHANGELOG.md b/CHANGELOG.md index bf55bda..ed9356c 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](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v0.4.1 (2024-10-07) ### Changed diff --git a/Cargo.lock b/Cargo.lock index 18a1ed4..c7e3ca1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "figures" -version = "0.4.0" +version = "0.4.1" dependencies = [ "bytemuck", "euclid", diff --git a/Cargo.toml b/Cargo.toml index e3839eb..a62f304 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "figures" -version = "0.4.0" +version = "0.4.1" rust-version = "1.70.0" edition = "2021" description = "A math library specialized for 2d screen graphics."