diff --git a/CHANGELOG.md b/CHANGELOG.md index 0522c1bfb..8fe17f1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) diff --git a/Cargo.toml b/Cargo.toml index 0d92f75de..8576d509d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-httpauth" -version = "0.3.2" +version = "0.4.0" authors = ["svartalf ", "Yuki Okushi "] 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" } diff --git a/README.md b/README.md index a2e9d66b9..50e9ffab4 100644 --- a/README.md +++ b/README.md @@ -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.