Bump version to 1.0.0-beta21

This commit is contained in:
an-tao 2020-08-19 23:18:59 +08:00
parent 2aebba9cc1
commit d59021ef9f
2 changed files with 14 additions and 2 deletions

View File

@ -14,7 +14,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}.beta20")
set(DROGON_VERSION_STRING "${DROGON_VERSION}.beta21")
# Offer the user the choice of overriding the installation directories
set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")

View File

@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.0.0-beta21] - 2020-08-19
### Changed
- Modify the Result class in orm.
### Fixed
- Fix zlib link error on Windows for the latest vcpkg.
## [1.0.0-beta20] - 2020-08-15
### API change list
@ -492,7 +502,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-beta20...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta21...HEAD
[1.0.0-beta21]: https://github.com/an-tao/drogon/compare/v1.0.0-beta20...v1.0.0-beta21
[1.0.0-beta20]: https://github.com/an-tao/drogon/compare/v1.0.0-beta19...v1.0.0-beta20