summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-04 14:41:04 +0200
committerGitHub <noreply@github.com>2023-09-04 14:41:04 +0200
commit9f8a94e70e4707fd240c65dd96f934d1dd46938c (patch)
tree0176596d551332143e4ff3497af6cff9cf571e49
parentc454f3af4f75d8052aba93fa68d8bf9a753bfb32 (diff)
chore: release (#455)v0.30.1
Co-authored-by: release-plz <release-plz@github.com>
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8a929f..4e18107 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.30.1](https://github.com/XAMPPRocky/octocrab/compare/v0.30.0...v0.30.1) - 2023-09-04
+
+### Other
+- add tracing debug only when tracing feature is enabled ([#454](https://github.com/XAMPPRocky/octocrab/pull/454))
+
## [0.30.0](https://github.com/XAMPPRocky/octocrab/compare/v0.29.3...v0.30.0) - 2023-09-01
### Other
diff --git a/Cargo.toml b/Cargo.toml
index 4ecb138..889770b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.30.0"
+version = "0.30.1"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"