From 72e096dfd97227e130fd2210a287d3e5679cb380 Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Mon, 6 Nov 2023 11:16:36 -0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.13.8=20=E2=86=92=200.13.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- cz.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a635dc8..e0277ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.13.9 (2023-11-06) + ## v0.13.8 (2023-10-21) ## v0.13.7 (2023-10-14) diff --git a/Cargo.toml b/Cargo.toml index 59cabe5..dc7580d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.13.8" +version = "0.13.9" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 8601f80..dd28f4f 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.13.8", + "version": "0.13.9", "tag_format": "v$version", "version_files": [ "Cargo.toml",