Skip to content

Commit 0830cdb

Browse files
authored
chore: release v0.3.4
1 parent 0b9eba6 commit 0830cdb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.4](https://github.com/hseeberger/api-version/compare/v0.3.3...v0.3.4) - 2025-12-01
11+
12+
### Other
13+
14+
- *(deps)* bump various deps ([#38](https://github.com/hseeberger/api-version/pull/38))
15+
- add CODEOWNERS ([#36](https://github.com/hseeberger/api-version/pull/36))
16+
- fix README ([#35](https://github.com/hseeberger/api-version/pull/35))
17+
- extend/improve Rustdoc ([#33](https://github.com/hseeberger/api-version/pull/33))
18+
1019
## [0.3.3](https://github.com/hseeberger/api-version/compare/v0.3.2...v0.3.3) - 2025-11-21
1120

1221
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "api-version"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
description = "Axum middleware to add a version prefix to request paths based on a set of versions and an optional `x-api-version` header"
66
authors = [ "Heiko Seeberger <[email protected]>" ]

0 commit comments

Comments
 (0)