Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
sammhicks committed Nov 24, 2024
1 parent 32a0ce9 commit 4b6be6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.12.3] - 2024-11-24

### Fixed

- Fixed return type of [`picoserve::routing::Router::nest`](https://docs.rs/picoserve/latest/picoserve/routing/struct.Router.html#method.nest).
- Fixed return type of [`picoserve::routing::Router::nest`](https://docs.rs/picoserve/0.12.3/picoserve/routing/struct.Router.html#method.nest).

### Added

- Added example demonstrating nesting [`Router`s](https://docs.rs/picoserve/latest/picoserve/routing/struct.Router.html).
- Added example demonstrating nesting [`Router`s](https://docs.rs/picoserve/0.12.3/picoserve/routing/struct.Router.html).
- Added support for "PUT" and "DELETE" HTTP methods.

### Changed
- `alloc::string::String` now implements IntoResponse (previously `std::string::String` did)
- `alloc::string::String` now implements IntoResponse (previously `std::string::String` did).

## [0.12.2] - 2024-08-14

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exclude = [

[package]
name = "picoserve"
version = "0.12.2"
version = "0.12.3"
authors = ["Samuel Hicks"]
edition = "2021"
rust-version = "1.75"
Expand Down

0 comments on commit 4b6be6e

Please sign in to comment.