mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-02 03:38:03 +08:00
Bump version to 1.5.1
This commit is contained in:
parent
ba8c7b5bca
commit
d665bedb5c
@ -27,7 +27,7 @@ CMAKE_DEPENDENT_OPTION(BUILD_REDIS "Build with redis support" ON "BUILD_ORM" OFF
|
||||
|
||||
set(DROGON_MAJOR_VERSION 1)
|
||||
set(DROGON_MINOR_VERSION 5)
|
||||
set(DROGON_PATCH_VERSION 0)
|
||||
set(DROGON_PATCH_VERSION 1)
|
||||
set(DROGON_VERSION
|
||||
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
|
||||
set(DROGON_VERSION_STRING "${DROGON_VERSION}")
|
||||
|
10
ChangeLog.md
10
ChangeLog.md
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.5.1] - 2021-04-10
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix a bug of reflection failure.
|
||||
|
||||
## [1.5.0] - 2021-04-10
|
||||
|
||||
### API changes list
|
||||
@ -712,7 +718,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.5.0...HEAD
|
||||
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.5.1...HEAD
|
||||
|
||||
[1.5.1]: https://github.com/an-tao/drogon/compare/v1.5.0...v1.5.1
|
||||
|
||||
[1.5.0]: https://github.com/an-tao/drogon/compare/v1.4.1...v1.5.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user