Bump version to 1.0.0-beta21
This commit is contained in:
parent
2aebba9cc1
commit
d59021ef9f
|
@ -14,7 +14,7 @@ set(DROGON_MINOR_VERSION 0)
|
||||||
set(DROGON_PATCH_VERSION 0)
|
set(DROGON_PATCH_VERSION 0)
|
||||||
set(DROGON_VERSION
|
set(DROGON_VERSION
|
||||||
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_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
|
# Offer the user the choice of overriding the installation directories
|
||||||
set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")
|
set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")
|
||||||
|
|
14
ChangeLog.md
14
ChangeLog.md
|
@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [1.0.0-beta20] - 2020-08-15
|
||||||
|
|
||||||
### API change list
|
### 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
|
## [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
|
[1.0.0-beta20]: https://github.com/an-tao/drogon/compare/v1.0.0-beta19...v1.0.0-beta20
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue