From f1409a2c2dcc95cf7920aa77d1b92e6b837b6a6c Mon Sep 17 00:00:00 2001 From: an-tao Date: Thu, 8 Aug 2019 22:18:17 +0800 Subject: [PATCH] Bump drogon version to v1.0.0-beta6 --- CMakeLists.txt | 2 +- ChangeLog.md | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1379748..95740b88 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(DROGON_MINOR_VERSION 0) set(DROGON_PATCH_VERSION 0) set(DROGON_VERSION ${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION}) -set(PRE_RELEASE_STRING "beta5") +set(PRE_RELEASE_STRING "beta6") # 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 cbf38794..fa26a0fa 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.0-beta6] - 2019-08-08 + +### API change list + +- None + +### Changed + +- Modify the 'create view' sub-command of drogon_ctl + +- Optimize the transmission of pipelining responses. + +- Add the DrogonConfig.cmake file so that users can use drogon with the `find_package(Drogon)` command. + ## [1.0.0-beta5] - 2019-08-01 ### API change list @@ -23,7 +37,7 @@ All notable changes to this project will be documented in this file. ### Fixed - None -- + ## [1.0.0-beta4] - 2019-07-30 ### API change list @@ -92,7 +106,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-beta5...HEAD +[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta6...HEAD + +[1.0.0-beta6]: https://github.com/an-tao/drogon/compare/v1.0.0-beta5...v1.0.0-beta6 [1.0.0-beta5]: https://github.com/an-tao/drogon/compare/v1.0.0-beta4...v1.0.0-beta5