From cc16cd018b3efa4f3515fdb0a241e35ca1be3795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tudor=20Lechin=C8=9Ban?= Date: Sat, 29 Jun 2024 23:19:34 +0300 Subject: [PATCH] chore: bump version to 0.12.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a8c2f..20cc460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.12.1 (2024-06-29) + +## Changed + +- Updated `rustc-hash` to `v2.0.0`. + # 0.12.0 (2024-01-27) Complete rewrite improving performance in all benchmarks. diff --git a/Cargo.toml b/Cargo.toml index bc7d32c..a057dcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparsey" -version = "0.12.0" +version = "0.12.1" edition = "2021" description = "Sparse set-based entity component system" authors = ["Tudor-Cristian Lechințan "]