Skip to content

Commit

Permalink
prepare next beta releases
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 3, 2021
1 parent 2962940 commit 5285656
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 16 deletions.
2 changes: 1 addition & 1 deletion actix-codec/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased - 2020-xx-xx
## Unreleased - 2021-xx-xx


## 0.4.0-beta.1 - 2020-12-28
Expand Down
2 changes: 1 addition & 1 deletion actix-router/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased - 2020-xx-xx
## Unreleased - 2021-xx-xx


## 0.2.5 - 2020-09-20
Expand Down
2 changes: 1 addition & 1 deletion actix-rt/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased - 2020-xx-xx
## Unreleased - 2021-xx-xx


## 2.0.0-beta.1 - 2020-12-28
Expand Down
10 changes: 8 additions & 2 deletions actix-server/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changes

## Unreleased - 2020-xx-xx
* Merge `actix-testing` to `actix-server` as `test_server` mod.
## Unreleased - 2021-xx-xx


## 2.0.0-beta.2 - 2021-01-03
* Merge `actix-testing` to `actix-server` as `test_server` mod. [#242]

[#242]: https://github.com/actix/actix-net/pull/242


## 2.0.0-beta.1 - 2020-12-28
* Added explicit info log message on accept queue pause. [#215]
Expand Down
4 changes: 2 additions & 2 deletions actix-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-server"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"fakeshadow <24548779@qq.com>",
Expand All @@ -25,7 +25,7 @@ default = []
[dependencies]
actix-codec = "0.4.0-beta.1"
actix-rt = "2.0.0-beta.1"
actix-service = "2.0.0-beta.1"
actix-service = "2.0.0-beta.2"
actix-utils = "3.0.0-beta.1"

futures-core = { version = "0.3.7", default-features = false }
Expand Down
6 changes: 5 additions & 1 deletion actix-service/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changes

## Unreleased - 2020-xx-xx
## Unreleased - 2021-xx-xx


## 2.0.0-beta.2 - 2021-01-03
* Remove redundant type parameter from `map_config`.


## 2.0.0-beta.1 - 2020-12-28
Expand Down
2 changes: 1 addition & 1 deletion actix-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-service"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
Expand Down
6 changes: 6 additions & 0 deletions actix-tls/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## Unreleased - 2021-xx-xx


## 3.0.0-beta.2 - 2021-xx-xx
* Depend on stable trust-dns packages. [#204]

[#204]: https://github.com/actix/actix-net/pull/204


## 3.0.0-beta.1 - 2020-12-29
* Move acceptors under `accept` module. [#238]
* Merge `actix-connect` crate under `connect` module. [#238]
Expand Down
6 changes: 3 additions & 3 deletions actix-tls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-tls"
version = "3.0.0-beta.1"
version = "3.0.0-beta.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "TLS acceptor and connector services for Actix ecosystem"
keywords = ["network", "tls", "ssl", "async", "transport"]
Expand Down Expand Up @@ -46,7 +46,7 @@ uri = ["http"]
[dependencies]
actix-codec = "0.4.0-beta.1"
actix-rt = "2.0.0-beta.1"
actix-service = "2.0.0-beta.1"
actix-service = "2.0.0-beta.2"
actix-utils = "3.0.0-beta.1"

derive_more = "0.99.5"
Expand Down Expand Up @@ -76,7 +76,7 @@ tls-native-tls = { package = "native-tls", version = "0.2", optional = true }
tokio-native-tls = { version = "0.3", optional = true }

[dev-dependencies]
actix-server = "2.0.0-beta.1"
actix-server = "2.0.0-beta.2"
bytes = "1"
env_logger = "0.8"
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }
Expand Down
2 changes: 1 addition & 1 deletion actix-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "actix_tracing"
path = "src/lib.rs"

[dependencies]
actix-service = "2.0.0-beta.1"
actix-service = "2.0.0-beta.2"

futures-util = { version = "0.3.4", default-features = false }
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion actix-utils/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased - 2020-xx-xx
## Unreleased - 2021-xx-xx


## 3.0.0-beta.1 - 2020-12-28
Expand Down
2 changes: 1 addition & 1 deletion actix-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/lib.rs"
[dependencies]
actix-codec = "0.4.0-beta.1"
actix-rt = "2.0.0-beta.1"
actix-service = "2.0.0-beta.1"
actix-service = "2.0.0-beta.2"

futures-core = { version = "0.3.7", default-features = false }
futures-sink = { version = "0.3.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion bytestring/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## Unreleased - 2020-xx-xx
## Unreleased - 2021-xx-xx


## 1.0.0 - 2020-12-31
Expand Down

0 comments on commit 5285656

Please sign in to comment.