Skip to content

Commit 73406d1

Browse files
committed
Bump version to 1.9.7
1 parent 6bafdf3 commit 73406d1

File tree

3 files changed

+33
-3
lines changed

3 files changed

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

55
## [Unreleased]
66

7+
## [1.9.7] - 2024-09-10
8+
9+
### API changes list
10+
11+
- Add coroutine mutex.
12+
13+
- Add requestsBufferSize function.
14+
15+
- Refine SQLite3 error types with new exception handling.
16+
17+
- Add a new method to reload SSL files on the fly.
18+
19+
### Changed
20+
21+
- Allow MultiPartParser to be movable.
22+
23+
- Add quotes to the table name in the ORM generator.
24+
25+
- Change stoi to stoul in the Field class.
26+
27+
- Modernize cookies.
28+
29+
- Change a log level.
30+
31+
### Fixed
32+
33+
- Use correct libraries when compiling statically.
34+
735
## [1.9.6] - 2024-07-20
836

937
### API changes list
@@ -1697,7 +1725,9 @@ All notable changes to this project will be documented in this file.
16971725

16981726
## [1.0.0-beta1] - 2019-06-11
16991727

1700-
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.6...HEAD
1728+
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.9.7...HEAD
1729+
1730+
[1.9.7]: https://github.com/an-tao/drogon/compare/v1.9.6...v1.9.7
17011731

17021732
[1.9.6]: https://github.com/an-tao/drogon/compare/v1.9.5...v1.9.6
17031733

trantor

0 commit comments

Comments
 (0)