From b2491abc93a1fcfb9f6dedef256d8b50987af5d7 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Tue, 19 Nov 2024 10:47:47 -0800 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6826b..72ccde2 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.5.0 (2024-11-19) ### Breaking Changes diff --git a/Cargo.lock b/Cargo.lock index 3d12d63..fc69ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,7 +350,7 @@ dependencies = [ [[package]] name = "figures" -version = "0.4.3" +version = "0.5.0" dependencies = [ "bytemuck", "euclid", diff --git a/Cargo.toml b/Cargo.toml index 458aec2..23f0710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "figures" -version = "0.4.3" +version = "0.5.0" rust-version = "1.70.0" edition = "2021" description = "A math library specialized for 2d screen graphics."