Skip to content

Commit

Permalink
Bump version minor to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Jan 26, 2025
1 parent 23c2689 commit 3250eb2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ members = ["oasgen", "core", "macro", "swagger-ui"]


[workspace.dependencies]
oasgen = { path = "oasgen", version = "0.23" }
oasgen-core = { path = "core", version = "0.23" }
oasgen-macro = { path = "macro", version = "0.23" }
oasgen = { path = "oasgen", version = "0.24" }
oasgen-core = { path = "core", version = "0.24" }
oasgen-macro = { path = "macro", version = "0.24" }
swagger-ui2 = { version = "0.6", path = "swagger-ui" }

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oasgen-core"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]
description = "Dependency of oasgen. Generates OpenAPI 3.0 spec based on Rust code. Works with actix-web, but architected to easily extend to other frameworks (or no framework)."
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oasgen-macro"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]
description = "Dependency of oasgen. Generates OpenAPI 3.0 spec based on Rust code. Works with actix-web, but architected to easily extend to other frameworks (or no framework)."
Expand Down
2 changes: 1 addition & 1 deletion oasgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oasgen"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]
description = "Generates OpenAPI 3.0 spec based on Rust code. Works with axum, actix-web, or independent of a web framework."
Expand Down

0 comments on commit 3250eb2

Please sign in to comment.