From 89b22b4a4b081b92dd7b13ffd3ff0f39d985a0f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 11:27:05 +0000 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be721b..6de3695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/Shuftle/shuftlib/compare/v0.1.1...v0.1.2) - 2025-02-22 + +### Other + +- updating to 2024 edition (#8) + ## [0.1.1](https://github.com/Shuftle/shuftlib/compare/v0.1.0...v0.1.1) - 2024-09-28 ### Other diff --git a/Cargo.lock b/Cargo.lock index cfe1942..fefa68c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anyhow" @@ -293,7 +293,7 @@ dependencies = [ [[package]] name = "shuftlib" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "array-init", diff --git a/Cargo.toml b/Cargo.toml index 0c652b5..3846bc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuftlib" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Sebastiano Giordano"] categories = ["game-development"]