Bump version to 1.9.0
This commit is contained in:
parent
7599ae98a0
commit
f215cb15a0
|
@ -26,7 +26,7 @@ set(DROGON_MINOR_VERSION 9)
|
|||
set(DROGON_PATCH_VERSION 0)
|
||||
set(DROGON_VERSION
|
||||
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
|
||||
set(DROGON_VERSION_STRING "${DROGON_VERSION}-rc.1")
|
||||
set(DROGON_VERSION_STRING "${DROGON_VERSION}")
|
||||
|
||||
include(GNUInstallDirs)
|
||||
# Offer the user the choice of overriding the installation directories
|
||||
|
|
33
ChangeLog.md
33
ChangeLog.md
|
@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.9.0] - 2023-10-29
|
||||
|
||||
### API changes list
|
||||
|
||||
- Added isTopicEmpty function;
|
||||
|
||||
### Changed
|
||||
|
||||
- Update the ubuntu Dockerfile;
|
||||
|
||||
- Add optional Criteria && || operator support;
|
||||
|
||||
- Bump actions/checkout from 3 to 4;
|
||||
|
||||
- Make & and * directly adjacent to variable names;
|
||||
|
||||
- Use wss://echo.websocket.events/.ws in WebSocket client example;
|
||||
|
||||
- Change logs in the AccessLogger plugin to TRACE level;
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix an error in the secureRandomString function;
|
||||
|
||||
- FIX int mapping to int64_t instead of uint64_t;
|
||||
|
||||
|
||||
## [1.9.0-rc.1] - 2023-09-23
|
||||
|
||||
### API changes list
|
||||
|
@ -1466,9 +1493,11 @@ 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.9.0-rc.1...HEAD
|
||||
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.0...HEAD
|
||||
|
||||
[1.9.0-rc.1]: https://github.com/an-tao/drogon/compare/v1.8.6...1.9.0-rc.1
|
||||
[1.9.0]: https://github.com/an-tao/drogon/compare/v1.9.0-rc.1...v1.9.0
|
||||
|
||||
[1.9.0-rc.1]: https://github.com/an-tao/drogon/compare/v1.8.6...v1.9.0-rc.1
|
||||
|
||||
[1.8.6]: https://github.com/an-tao/drogon/compare/v1.8.5...v1.8.6
|
||||
|
||||
|
|
2
trantor
2
trantor
|
@ -1 +1 @@
|
|||
Subproject commit dd133c7bca937c652c76cb03c9e128fd76fb7bda
|
||||
Subproject commit f49cc3e5825812e8191e33da2264c76a75389f24
|
Loading…
Reference in New Issue