1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

prepare actix-router release 0.5.0-rc.3

This commit is contained in:
Rob Ede
2022-01-31 22:21:30 +00:00
parent 9777653dc0
commit 47f5faf26e
4 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 0.5.0-rc.3 - 2022-01-31
- Remove unused `ResourceInfo`. [#2612]
- Add `RouterBuilder::push`. [#2612]
- Change signature of `ResourceDef::capture_match_info_fn` to remove `user_data` parameter. [#2612]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-router"
version = "0.5.0-rc.2"
version = "0.5.0-rc.3"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>",