From ac1cfae956957b5a378bd768efa55fd967486f50 Mon Sep 17 00:00:00 2001 From: Sunli Date: Sat, 30 Mar 2024 11:45:55 +0800 Subject: [PATCH] poem `3.0.0` --- Cargo.toml | 8 ++++---- poem-derive/Cargo.toml | 2 +- poem-grpc-build/Cargo.toml | 2 +- poem-grpc/Cargo.toml | 2 +- poem-lambda/CHANGELOG.md | 2 +- poem-lambda/Cargo.toml | 2 +- poem-openapi-derive/Cargo.toml | 2 +- poem-openapi/CHANGELOG.md | 2 +- poem-openapi/Cargo.toml | 2 +- poem/CHANGELOG.md | 2 +- poem/Cargo.toml | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0fe5324bfc..32bf11d684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,10 +20,10 @@ repository = "https://github.com/poem-web/poem" rust-version = "1.75" [workspace.dependencies] -poem = { path = "poem", version = "2.0.1", default-features = false } -poem-derive = { path = "poem-derive", version = "2.0.1" } -poem-openapi-derive = { path = "poem-openapi-derive", version = "4.0.1" } -poem-grpc-build = { path = "poem-grpc-build", version = "0.3.0" } +poem = { path = "poem", version = "3.0.0", default-features = false } +poem-derive = { path = "poem-derive", version = "3.0.0" } +poem-openapi-derive = { path = "poem-openapi-derive", version = "5.0.0" } +poem-grpc-build = { path = "poem-grpc-build", version = "0.4.0" } proc-macro-crate = "3.0.0" proc-macro2 = "1.0.29" diff --git a/poem-derive/Cargo.toml b/poem-derive/Cargo.toml index 63d46376f1..52ea6715db 100644 --- a/poem-derive/Cargo.toml +++ b/poem-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-derive" -version = "2.0.1" +version = "3.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-grpc-build/Cargo.toml b/poem-grpc-build/Cargo.toml index c0f107a382..efb44e6054 100644 --- a/poem-grpc-build/Cargo.toml +++ b/poem-grpc-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-grpc-build" -version = "0.3.0" +version = "0.4.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-grpc/Cargo.toml b/poem-grpc/Cargo.toml index dab8b02c75..ecd4628b93 100644 --- a/poem-grpc/Cargo.toml +++ b/poem-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-grpc" -version = "0.3.0" +version = "0.4.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-lambda/CHANGELOG.md b/poem-lambda/CHANGELOG.md index 71db916474..f9c612503b 100644 --- a/poem-lambda/CHANGELOG.md +++ b/poem-lambda/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -# [5.0.0] 2024-03-24 +# [5.0.0] 2024-03-30 - use AFIT instead of `async_trait` - Bump `lambda_http` from `0.9` to `0.10` diff --git a/poem-lambda/Cargo.toml b/poem-lambda/Cargo.toml index 777cc3ff08..58f1fdd967 100644 --- a/poem-lambda/Cargo.toml +++ b/poem-lambda/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-lambda" -version = "4.0.0" +version = "5.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-openapi-derive/Cargo.toml b/poem-openapi-derive/Cargo.toml index 96c7123c99..181345ef0b 100644 --- a/poem-openapi-derive/Cargo.toml +++ b/poem-openapi-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-openapi-derive" -version = "4.0.1" +version = "5.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem-openapi/CHANGELOG.md b/poem-openapi/CHANGELOG.md index 54503aebfc..bb65e1dd51 100644 --- a/poem-openapi/CHANGELOG.md +++ b/poem-openapi/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -# [5.0.0] 2024-03-24 +# [5.0.0] 2024-03-30 - use AFIT instead of `async_trait` - add `Upload::size` method diff --git a/poem-openapi/Cargo.toml b/poem-openapi/Cargo.toml index 6c35e78713..298a254b5e 100644 --- a/poem-openapi/Cargo.toml +++ b/poem-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-openapi" -version = "4.0.1" +version = "5.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/poem/CHANGELOG.md b/poem/CHANGELOG.md index 2dd2a2dd23..115f016fc1 100644 --- a/poem/CHANGELOG.md +++ b/poem/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -# [3.0.0] 2024-03-24 +# [3.0.0] 2024-03-30 - use AFIT instead of `async_trait` - bump `priority-queue` to 2.0 diff --git a/poem/Cargo.toml b/poem/Cargo.toml index 75b4dfd484..0effa70792 100644 --- a/poem/Cargo.toml +++ b/poem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem" -version = "2.0.1" +version = "3.0.0" authors.workspace = true edition.workspace = true license.workspace = true