From 6d6a7acd09f947b86001d6719c09472395a324ef Mon Sep 17 00:00:00 2001 From: antao Date: Mon, 27 Apr 2020 21:49:06 +0800 Subject: [PATCH] Bump version to 1.0.0-beta16 --- CMakeLists.txt | 2 +- ChangeLog.md | 20 +++++++++++++++++++- trantor | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9367d61a..f51b3491 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(DROGON_MINOR_VERSION 0) set(DROGON_PATCH_VERSION 0) set(DROGON_VERSION ${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION}) -set(DROGON_VERSION_STRING "${DROGON_VERSION}.beta15") +set(DROGON_VERSION_STRING "${DROGON_VERSION}.beta16") # Offer the user the choice of overriding the installation directories set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries") diff --git a/ChangeLog.md b/ChangeLog.md index 68a828e9..62c93f91 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.0-beta16] - 2020-04-27 + +### API change list + +- Standardize Row and Result api in ORM + +### Changed + +- Add support for brotli compression + +- Parse content-type of HTTP requests + +- Remove non standard macros + +- Support url safe base64 codec + ## [1.0.0-beta15] - 2020-03-28 ### API change list @@ -344,7 +360,9 @@ All notable changes to this project will be documented in this file. ## [1.0.0-beta1] - 2019-06-11 -[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta15...HEAD +[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta16...HEAD + +[1.0.0-beta16]: https://github.com/an-tao/drogon/compare/v1.0.0-beta15...v1.0.0-beta16 [1.0.0-beta15]: https://github.com/an-tao/drogon/compare/v1.0.0-beta14...v1.0.0-beta15 diff --git a/trantor b/trantor index a2878af4..44ad2826 160000 --- a/trantor +++ b/trantor @@ -1 +1 @@ -Subproject commit a2878af4320eff14bd815e3b6b2fdf84fbc19ab1 +Subproject commit 44ad2826816fdc073b10db5d81d110cdb9bc6cdf