From 06d238331c4ca6b35074683ba0bc76083a173d16 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Mon, 7 Oct 2024 16:39:06 +0200 Subject: [PATCH] Bump version to 0.8.2 --- Cargo.toml | 2 +- changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 999dc54..4a51158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "startin" -version = "0.8.1" +version = "0.8.2" authors = ["Hugo Ledoux "] edition = "2021" license = "MIT" diff --git a/changelog.md b/changelog.md index 0fb3391..bb6836a 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,9 @@ 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). +## [0.8.2] - 2024-10-07 +### Changed +- fix bug where `collect_garbage()` could make further insertion panic ## [0.8.1] - 2024-09-30 ### Changed @@ -144,6 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - first release and upload to crates.io +[0.8.2]: https://github.com/hugoledoux/startin/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/hugoledoux/startin/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/hugoledoux/startin/compare/0.7.1...0.8.0 [0.7.0]: https://github.com/hugoledoux/startin/compare/0.6.1...0.7.0