From a1feaaed1cc1cced7468216acc2b66c6a89fd5f8 Mon Sep 17 00:00:00 2001 From: Danil Akhtarov Date: Mon, 29 Apr 2024 21:50:08 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20version=200.9.1=20=E2=86=92?= =?UTF-8?q?=200.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index f520975..e807bb3 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.9.1" +version = "0.9.2" tag_format = "$version" version_files = [ "Cargo.toml:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index e7285a6..629d5ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.9.2 (2024-04-29) + +### Refactor + +- add with_capacity + ## 0.9.1 (2023-11-04) ### Fix diff --git a/Cargo.toml b/Cargo.toml index 8be76eb..eddfe3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["./"] [package] name = "taskline" -version = "0.9.1" +version = "0.9.2" authors = ["Danil Akhtarov "] description = "A simple distributed task queue for Rust" repository = "https://github.com/daxartio/taskline"