From b3bbb6e08a415f892a4483dbd142bf8d5836b5dc Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Tue, 10 Oct 2023 22:06:57 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.13.0=20=E2=86=92=200.13.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- cz.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f734f..d3e651d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.13.1 (2023-10-10) + +### Feat + +- update exon beta + ## v0.13.0 (2023-10-10) ### Feat diff --git a/Cargo.toml b/Cargo.toml index 22d3110..67b52c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.13.0" +version = "0.13.1" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 3ad645d..9b553a6 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.13.0", + "version": "0.13.1", "tag_format": "v$version", "version_files": [ "Cargo.toml",