Skip to content

Commit 38dd5fe

Browse files
committed
Bump version to 1.9.9
1 parent 3a6268f commit 38dd5fe

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
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 8)
28+
set(DROGON_PATCH_VERSION 9)
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: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.9.9] - 2025-01-01
8+
9+
### API changes list
10+
11+
- Added Partitioned flag for cookies.
12+
13+
### Changed
14+
15+
- Update FindFilesystem.cmake to check for GNU instead of GCC for CMAKE_CXX_COMPILER_ID.
16+
17+
- Update README.
18+
19+
- Chore(workflow/cmake.yml): upgrade macos runner.
20+
21+
- Add emptiness check to the LogStream &operator<< with std::string_view.
22+
23+
### Fixed
24+
25+
- Fix a bug in plugin Redirector.
26+
27+
- Fix CMAKE issues mentioned in #2144 and a linking problem which manifest with gcc12.3 when building with shared libs.
28+
29+
- Fix: Remove dependency on locales being installed on the system.
30+
731
## [1.9.8] - 2024-10-27
832

933
### API changes list
@@ -1759,7 +1783,9 @@ All notable changes to this project will be documented in this file.
17591783

17601784
## [1.0.0-beta1] - 2019-06-11
17611785

1762-
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.8...HEAD
1786+
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.9...HEAD
1787+
1788+
[1.9.9]: https://github.com/an-tao/drogon/compare/v1.9.8...v1.9.9
17631789

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

0 commit comments

Comments
 (0)