From 9a2671eee0936bd71369b5347b7f9385aa0f3f45 Mon Sep 17 00:00:00 2001 From: teoxoy <28601907+teoxoy@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:35:35 +0200 Subject: [PATCH] release v0.9.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 4 ++-- derive/Cargo.toml | 4 ++-- derive/impl/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a19ec0..c868795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog -## Unreleased +## v0.9.0 (2024-06-22) - Updated `glam` to v0.28 +- Updated `vek` to v0.17 +- Updated `imbl` to v3 ## v0.8.0 (2024-04-24) diff --git a/Cargo.toml b/Cargo.toml index 0111686..d4108c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encase" -version = "0.8.0" +version = "0.9.0" edition = "2021" rust-version = "1.68.2" @@ -29,7 +29,7 @@ harness = false members = ["derive", "derive/impl"] [dependencies] -encase_derive = { version = "=0.8.0", path = "derive" } +encase_derive = { version = "=0.9.0", path = "derive" } thiserror = { version = "1", default-features = false } const_panic = { version = "0.2", default-features = false } diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 5a0ba5f..1b1ae0a 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encase_derive" -version = "0.8.0" +version = "0.9.0" edition = "2021" license = "MIT-0" @@ -14,4 +14,4 @@ categories = ["rendering"] proc-macro = true [dependencies] -encase_derive_impl = { version = "=0.8.0", path = "./impl" } \ No newline at end of file +encase_derive_impl = { version = "=0.9.0", path = "./impl" } \ No newline at end of file diff --git a/derive/impl/Cargo.toml b/derive/impl/Cargo.toml index f6871a0..83ce641 100644 --- a/derive/impl/Cargo.toml +++ b/derive/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encase_derive_impl" -version = "0.8.0" +version = "0.9.0" edition = "2021" license = "MIT-0"