From df0e9ece7f2cdd6ae9506249fe2df518292de986 Mon Sep 17 00:00:00 2001 From: John Didion Date: Sun, 5 Jul 2026 06:10:17 -0700 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e70ff4..4d28ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Changelog + +All notable changes to this project will be documented in this file. + + +### Bug Fixes + +- Satisfy mismatched_lifetime_syntaxes in spawn_results ([#13](https://github.com/jdidion/beekeeper/pull/13)) + +### Miscellaneous Tasks + +- Add .omc/ to .gitignore ([#11](https://github.com/jdidion/beekeeper/pull/11)) +- Align with rust-template (additive) ([#12](https://github.com/jdidion/beekeeper/pull/12)) +- Fix release-plz with crates.io trusted publishing ([#24](https://github.com/jdidion/beekeeper/pull/24)) + + # Beekeeper changelog ## 0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 56119a5..ba86484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "beekeeper" description = "A full-featured worker pool library for parallelizing tasks" -version = "0.3.0" +version = "0.3.1" edition = "2024" rust-version = "1.85" authors = ["John Didion "]