Skip to content

Commit

Permalink
Bump version to 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Jan 1, 2025
1 parent 3a6268f commit 38dd5fe
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 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 8)
set(DROGON_PATCH_VERSION 9)
set(DROGON_VERSION
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
set(DROGON_VERSION_STRING "${DROGON_VERSION}")
Expand Down
28 changes: 27 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.9.9] - 2025-01-01

### API changes list

- Added Partitioned flag for cookies.

### Changed

- Update FindFilesystem.cmake to check for GNU instead of GCC for CMAKE_CXX_COMPILER_ID.

- Update README.

- Chore(workflow/cmake.yml): upgrade macos runner.

- Add emptiness check to the LogStream &operator<< with std::string_view.

### Fixed

- Fix a bug in plugin Redirector.

- Fix CMAKE issues mentioned in #2144 and a linking problem which manifest with gcc12.3 when building with shared libs.

- Fix: Remove dependency on locales being installed on the system.

## [1.9.8] - 2024-10-27

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

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

[1.9.8]: https://github.com/an-tao/drogon/compare/v1.9.7...v1.9.8

Expand Down

0 comments on commit 38dd5fe

Please sign in to comment.