From 1bbc457f0d41d71809ff636f6eeec8b5b0355b85 Mon Sep 17 00:00:00 2001 From: an-tao Date: Sat, 16 Jan 2021 22:13:26 +0800 Subject: [PATCH] Bump version to 1.3.0 --- ChangeLog.md | 32 +++++++++++++++++++++++++++++++- trantor | 2 +- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c1cc6c53..33c9c6d8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.3.0] - 2021-01-16 + +### API change list + +- Add an option for setting float precision in Json string. + +### Fixed + +- Fix brotli link order. + +- Fix cmake with drogonctl cross-compilation. + +- sqlite3: Insert into stmtsMap_ as string_view. + +- Fix some bugs when creating models via drogon_ctl. + +- Fix an error in sqlite3 ORM generator. + +- Fix an error with missing composite key to sqlite3 ORM generator. + +### Changed + +- Remove the use of std::filesystem to adapt to old compilers. + +- Add github actions. + +- Serve wasm files with the correct MIME type. + ## [1.2.0] - 2020-12-12 ### Fixed @@ -592,7 +620,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.2.0...HEAD +[Unreleased]: https://github.com/an-tao/drogon/compare/v1.3.0...HEAD + +[1.3.0]: https://github.com/an-tao/drogon/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/an-tao/drogon/compare/v1.1.0...v1.2.0 diff --git a/trantor b/trantor index 17acd34a..26b2e53b 160000 --- a/trantor +++ b/trantor @@ -1 +1 @@ -Subproject commit 17acd34a58418439c0824942ad42d15a58f28bf3 +Subproject commit 26b2e53b671e90d6f5416d61cff4fe162171cd05