mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 14:55:56 +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/)
|
||||
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
|
||||
- Depends on `actix-web = "^2.0"`, `actix-service = "^1.0"`, and `futures = "^0.3"` version now ([#14])
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-web-httpauth"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
|
||||
description = "HTTP authentication schemes for actix-web"
|
||||
readme = "README.md"
|
||||
@ -10,7 +10,7 @@ repository = "https://github.com/actix/actix-web-httpauth.git"
|
||||
documentation = "https://docs.rs/actix-web-httpauth/"
|
||||
categories = ["web-programming::http-server"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
exclude = [".travis.yml", ".gitignore"]
|
||||
exclude = [".github/*", ".gitignore"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
@ -28,5 +28,4 @@ default = []
|
||||
nightly = []
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "actix/actix-web-httpauth", branch = "master" }
|
||||
maintenance = { status = "passively-maintained" }
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
[![Latest Version](https://img.shields.io/crates/v/actix-web-httpauth.svg)](https://crates.io/crates/actix-web-httpauth)
|
||||
[![Latest Version](https://docs.rs/actix-web-httpauth/badge.svg)](https://docs.rs/actix-web-httpauth)
|
||||
[![dependency status](https://deps.rs/crate/actix-web-httpauth/0.3.2/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.3.2)
|
||||
![Build Status](https://travis-ci.org/actix/actix-web-httpauth.svg?branch=master)
|
||||
[![dependency status](https://deps.rs/crate/actix-web-httpauth/0.4.0/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.4.0)
|
||||
![Build Status](https://github.com/actix/actix-web-httpauth/workflows/CI/badge.svg?branch=master&event=push)
|
||||
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
|
||||
|
||||
HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web) framework.
|
||||
|
Loading…
x
Reference in New Issue
Block a user