Skip to content

Commit eb3097a

Browse files
committed
Bump to v0.2.14
1 parent 12dde08 commit eb3097a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.2.14] - 2025-01-26
11+
1012
### Bugfixes
1113

1214
- Fix crash on startup due to path matching syntax changing in axum 0.8
@@ -215,7 +217,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
215217

216218
- The first release.
217219

218-
[unreleased]: https://github.com/BBaoVanC/bobashare/compare/v0.2.13..HEAD
220+
[unreleased]: https://github.com/BBaoVanC/bobashare/compare/v0.2.14..HEAD
221+
[v0.2.14]: https://github.com/BBaoVanC/bobashare/compare/v0.2.13..v0.2.14
219222
[v0.2.13]: https://github.com/BBaoVanC/bobashare/compare/v0.2.12..v0.2.13
220223
[v0.2.12]: https://github.com/BBaoVanC/bobashare/compare/v0.2.11..v0.2.12
221224
[v0.2.11]: https://github.com/BBaoVanC/bobashare/compare/v0.2.10..v0.2.11

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.2.13"
10+
version = "0.2.14"
1111
authors = ["BBaoVanC <[email protected]>"]
1212
edition = "2021"
1313
description = "Simple ephemeral file sharing service"

0 commit comments

Comments
 (0)