Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.4](https://github.com/hseeberger/api-version/compare/v0.3.3...v0.3.4) - 2025-12-11

### Other

- *(deps)* bump Rust to 1.92.0 ([#40](https://github.com/hseeberger/api-version/pull/40))
- *(deps)* bump various deps ([#38](https://github.com/hseeberger/api-version/pull/38))
- add CODEOWNERS ([#36](https://github.com/hseeberger/api-version/pull/36))
- fix README ([#35](https://github.com/hseeberger/api-version/pull/35))
- extend/improve Rustdoc ([#33](https://github.com/hseeberger/api-version/pull/33))

## [0.3.3](https://github.com/hseeberger/api-version/compare/v0.3.2...v0.3.3) - 2025-11-21

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api-version"
version = "0.3.3"
version = "0.3.4"
edition = "2024"
description = "Axum middleware to add a version prefix to request paths based on a set of versions and an optional `x-api-version` header"
authors = [ "Heiko Seeberger <[email protected]>" ]
Expand Down