Skip to content

Commit 4acad0a

Browse files
chore: prepare relase v0.9.4
Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
1 parent 040f71c commit 4acad0a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.9.4] - 2024-10-23
8+
### Fixed
9+
- Various cli-ng fixes. [PR#547](https://github.com/paperclip-rs/paperclip/pull/547)
10+
711
## [0.9.3] - 2024-10-21
812
### Added
913
- Experimental openapiv3 cli codegen. [PR#506](https://github.com/paperclip-rs/paperclip/pull/506)
@@ -86,7 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8690
- Allow automatically adding the module path to the openapi component name, via a feature "path-in-definition" [PR#373](https://github.com/paperclip-rs/paperclip/pull/373)
8791
- Add missing ip, ipv4 and ipv6 string format types
8892
- Add support for actix-web 4
89-
- Middleware support does not support non-`BoxBody` response payload types.
93+
- Middleware support does not support non-`BoxBody` response payload types.
9094
As a workaround you can use `actix-web::middlware::Compat`.
9195
- Add support for Schemas wrapping Generic types (e.g. `DataResponse<T>` where `T` also derives
9296
`Apiv2Schema`) [PR#332](https://github.com/paperclip-rs/paperclip/pull/332)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paperclip"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
edition = "2018"
55
description = "OpenAPI tooling library for type-safe compile-time checked HTTP APIs"
66
documentation = "https://paperclip-rs.github.io/paperclip/paperclip"

cli-ng/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paperclip-ng"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
keywords = [ "openapi", "openapiv3", "cli", "codegen" ]

0 commit comments

Comments
 (0)