summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-15 20:19:05 +0100
committerGitHub <noreply@github.com>2024-01-15 20:19:05 +0100
commit6b0a197aa1f038710ef10f1e7a439491f5a7e94b (patch)
tree809f6fe47b6565fe6361cbb0dfefd27251eccd47
parent340440a3e4b43a11d405732eb0abb21ce4b4e15e (diff)
chore: release (#520)v0.33.1
-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 833b0f3..c7e3104 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.33.1](https://github.com/XAMPPRocky/octocrab/compare/v0.33.0...v0.33.1) - 2024-01-15
+
+### Fixed
+- fixed timeout methods not being feature gated ([#519](https://github.com/XAMPPRocky/octocrab/pull/519))
+
## [0.33.0](https://github.com/XAMPPRocky/octocrab/compare/v0.32.0...v0.33.0) - 2024-01-15
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 88d849b..34caacc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "octocrab"
-version = "0.33.0"
+version = "0.33.1"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
readme = "README.md"