Skip to content

Commit 24d525d

Browse files
committed
prepare web 3.3.2 release
1 parent 1f70ef1 commit 24d525d

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGES.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# Changes
22

33
## Unreleased - 2020-xx-xx
4+
5+
6+
## 3.3.2 - 2020-12-01
47
### Fixed
5-
* Ensure `actix-http` dependency uses same `serde_urlencoded`.
6-
* Removed an occasional `unwrap` on `None` panic in `NormalizePathNormalization`.
7-
* Fix match_pattern() returning None for scope with resource of empty path. [#1798]
8+
* Removed an occasional `unwrap` on `None` panic in `NormalizePathNormalization`. [#1762]
9+
* Fix `match_pattern()` returning `None` for scope with empty path resource. [#1798]
10+
* Increase minimum `socket2` version. [#1803]
811

12+
[#1762]: https://github.com/actix/actix-web/pull/1762
913
[#1798]: https://github.com/actix/actix-web/pull/1798
14+
[#1803]: https://github.com/actix/actix-web/pull/1803
15+
16+
17+
## 3.3.1 - 2020-11-29
18+
* Ensure `actix-http` dependency uses same `serde_urlencoded`.
1019

1120

1221
## 3.3.0 - 2020-11-25

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-web"
3-
version = "3.3.1"
3+
version = "3.3.2"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
55
description = "Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust"
66
readme = "README.md"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<p>
77

88
[![crates.io](https://img.shields.io/crates/v/actix-web?label=latest)](https://crates.io/crates/actix-web)
9-
[![Documentation](https://docs.rs/actix-web/badge.svg?version=3.3.1)](https://docs.rs/actix-web/3.3.1)
9+
[![Documentation](https://docs.rs/actix-web/badge.svg?version=3.3.2)](https://docs.rs/actix-web/3.3.2)
1010
[![Version](https://img.shields.io/badge/rustc-1.42+-ab6000.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)
1111
![License](https://img.shields.io/crates/l/actix-web.svg)
12-
[![Dependency Status](https://deps.rs/crate/actix-web/3.3.1/status.svg)](https://deps.rs/crate/actix-web/3.3.1)
12+
[![Dependency Status](https://deps.rs/crate/actix-web/3.3.2/status.svg)](https://deps.rs/crate/actix-web/3.3.2)
1313
<br />
1414
[![Build Status](https://travis-ci.org/actix/actix-web.svg?branch=master)](https://travis-ci.org/actix/actix-web)
1515
[![codecov](https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-web)

awc/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2020-xx-xx
4+
5+
6+
## 2.0.3 - 2020-11-29
47
### Fixed
58
* Ensure `actix-http` dependency uses same `serde_urlencoded`.
69

0 commit comments

Comments
 (0)