Skip to content

Commit

Permalink
Bump to v0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Jan 26, 2025
1 parent 12dde08 commit eb3097a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.2.14] - 2025-01-26

### Bugfixes

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

- The first release.

[unreleased]: https://github.com/BBaoVanC/bobashare/compare/v0.2.13..HEAD
[unreleased]: https://github.com/BBaoVanC/bobashare/compare/v0.2.14..HEAD
[v0.2.14]: https://github.com/BBaoVanC/bobashare/compare/v0.2.13..v0.2.14
[v0.2.13]: https://github.com/BBaoVanC/bobashare/compare/v0.2.12..v0.2.13
[v0.2.12]: https://github.com/BBaoVanC/bobashare/compare/v0.2.11..v0.2.12
[v0.2.11]: https://github.com/BBaoVanC/bobashare/compare/v0.2.10..v0.2.11
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.13"
version = "0.2.14"
authors = ["BBaoVanC <[email protected]>"]
edition = "2021"
description = "Simple ephemeral file sharing service"
Expand Down

0 comments on commit eb3097a

Please sign in to comment.