Skip to content

Commit

Permalink
Bump version to 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Feb 20, 2025
1 parent d68e8aa commit cbf63f8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMAKE_DEPENDENT_OPTION(USE_SPDLOG "Allow using the spdlog logging library" OFF "

set(DROGON_MAJOR_VERSION 1)
set(DROGON_MINOR_VERSION 9)
set(DROGON_PATCH_VERSION 9)
set(DROGON_PATCH_VERSION 10)
set(DROGON_VERSION
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
set(DROGON_VERSION_STRING "${DROGON_VERSION}")
Expand Down
26 changes: 25 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.9.10] - 2025-02-20

### API changes list

- Add setConnectionCallback.

### Changed

- ORM:Avoid unnecessary copies when returning search results.

- Improve the zh-TW README translation.

- Make quit function thread safe.

- Added path_exempt in AccessLogger plugin config to exclude desired paths.

### Fixed

- Fix the issue in view generation by including the missing header file.

- Fix ci: codespell.

## [1.9.9] - 2025-01-01

### API changes list
Expand Down Expand Up @@ -1783,7 +1805,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.9.9...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.10...HEAD

[1.9.10]: https://github.com/an-tao/drogon/compare/v1.9.9...v1.9.10

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

Expand Down
2 changes: 1 addition & 1 deletion trantor

0 comments on commit cbf63f8

Please sign in to comment.