From 3378247beefaf866b43a53e1543246ff5b5fffa0 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 11 Jul 2018 13:27:50 +0600 Subject: [PATCH] prepare release --- CHANGES.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fda876258..41428c79c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ ### Fixed +* Fix h2 compatibility #352 + * Fix duplicate tail of StaticFiles with index_file. #344 diff --git a/Cargo.toml b/Cargo.toml index aac4ebb19..714d3fcce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "0.6.14" +version = "0.6.15" authors = ["Nikolay Kim "] description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust." readme = "README.md"