Skip to content

Commit

Permalink
Bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Oct 7, 2024
1 parent 15898b6 commit 06d2383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "startin"
version = "0.8.1"
version = "0.8.2"
authors = ["Hugo Ledoux <h.ledoux@tudelft.nl>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 06d2383

Please sign in to comment.