Skip to content

Commit

Permalink
bump v0.5.1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhoy authored Dec 3, 2024
1 parent 4b55e04 commit 225eb2e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.5.1] 2024-12-03

### Added

- Supports https for vite development (thanks @Dsaquel #32)

## [0.5.0] 2024-06-26

### Added
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 = "axum-inertia"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Mikey Hoy <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ See [crate documentation] for more information.
1. Spin off a `bump-vX.X.X` branch
2. Update the `CHANGELOG`; start a new `[Unreleased]` section
3. Bump the version number in `Cargo.toml`
4. Run `cargo release --execute`
4. Run `cargo release --execute` (requires [cargo-release][cargo-release])
5. Merge PR if all goes well

[cargo-release]: https://github.com/crate-ci/cargo-release

0 comments on commit 225eb2e

Please sign in to comment.