Skip to content

Commit

Permalink
chore(actix-test): prepare release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Aug 29, 2023
1 parent 2b40033 commit e6636f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions actix-test/CHANGES.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.1.2

- Add `TestServerConfig::rustls_021()` method for Rustls v0.21 support behind new `rustls-0_21` crate feature.
- Add `TestServerConfig::workers()` method.
- Add `rustls-0_20` crate feature, which the existing `rustls` feature now aliases.
Expand Down
2 changes: 1 addition & 1 deletion actix-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actix-test"
version = "0.1.1"
version = "0.1.2"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
Expand Down

0 comments on commit e6636f1

Please sign in to comment.