mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-15 09:53:05 +01:00
Prepare release for 0.4.0 (#21)
* Prepare release for 0.4.0 * Update CHANGELOG.md
This commit is contained in:
parent
8dd2c77165
commit
c4b3ef64c2
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.4.0] - 2020-01
|
## [0.4.0] - 2020-01-14
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Depends on `actix-web = "^2.0"`, `actix-service = "^1.0"`, and `futures = "^0.3"` version now ([#14])
|
- Depends on `actix-web = "^2.0"`, `actix-service = "^1.0"`, and `futures = "^0.3"` version now ([#14])
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-web-httpauth"
|
name = "actix-web-httpauth"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
|
authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
|
||||||
description = "HTTP authentication schemes for actix-web"
|
description = "HTTP authentication schemes for actix-web"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -10,7 +10,7 @@ repository = "https://github.com/actix/actix-web-httpauth.git"
|
|||||||
documentation = "https://docs.rs/actix-web-httpauth/"
|
documentation = "https://docs.rs/actix-web-httpauth/"
|
||||||
categories = ["web-programming::http-server"]
|
categories = ["web-programming::http-server"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
exclude = [".travis.yml", ".gitignore"]
|
exclude = [".github/*", ".gitignore"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@ -28,5 +28,4 @@ default = []
|
|||||||
nightly = []
|
nightly = []
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "actix/actix-web-httpauth", branch = "master" }
|
|
||||||
maintenance = { status = "passively-maintained" }
|
maintenance = { status = "passively-maintained" }
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
[](https://crates.io/crates/actix-web-httpauth)
|
[](https://crates.io/crates/actix-web-httpauth)
|
||||||
[](https://docs.rs/actix-web-httpauth)
|
[](https://docs.rs/actix-web-httpauth)
|
||||||
[](https://deps.rs/crate/actix-web-httpauth/0.3.2)
|
[](https://deps.rs/crate/actix-web-httpauth/0.4.0)
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web) framework.
|
HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web) framework.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user