Skip to content

Commit cbf63f8

Browse files
committed
Bump version to 1.9.10
1 parent d68e8aa commit cbf63f8

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CMAKE_DEPENDENT_OPTION(USE_SPDLOG "Allow using the spdlog logging library" OFF "
2525

2626
set(DROGON_MAJOR_VERSION 1)
2727
set(DROGON_MINOR_VERSION 9)
28-
set(DROGON_PATCH_VERSION 9)
28+
set(DROGON_PATCH_VERSION 10)
2929
set(DROGON_VERSION
3030
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
3131
set(DROGON_VERSION_STRING "${DROGON_VERSION}")

ChangeLog.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.9.10] - 2025-02-20
8+
9+
### API changes list
10+
11+
- Add setConnectionCallback.
12+
13+
### Changed
14+
15+
- ORM:Avoid unnecessary copies when returning search results.
16+
17+
- Improve the zh-TW README translation.
18+
19+
- Make quit function thread safe.
20+
21+
- Added path_exempt in AccessLogger plugin config to exclude desired paths.
22+
23+
### Fixed
24+
25+
- Fix the issue in view generation by including the missing header file.
26+
27+
- Fix ci: codespell.
28+
729
## [1.9.9] - 2025-01-01
830

931
### API changes list
@@ -1783,7 +1805,9 @@ All notable changes to this project will be documented in this file.
17831805

17841806
## [1.0.0-beta1] - 2019-06-11
17851807

1786-
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.9...HEAD
1808+
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.10...HEAD
1809+
1810+
[1.9.10]: https://github.com/an-tao/drogon/compare/v1.9.9...v1.9.10
17871811

17881812
[1.9.9]: https://github.com/an-tao/drogon/compare/v1.9.8...v1.9.9
17891813

0 commit comments

Comments
 (0)