File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2323endif ()
2424
2525set (USERVER_MAJOR_VERSION 2)
26- set (USERVER_MINOR_VERSION 2-rc )
26+ set (USERVER_MINOR_VERSION 2)
2727
2828set (USERVER_VERSION "${USERVER_MAJOR_VERSION} .${USERVER_MINOR_VERSION} " )
2929string (REPLACE "-" "_" USERVER_VERSION_STR "${USERVER_VERSION} " )
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ Changelog news also go to the
3838 Many thanks to [ Fedor Alekseev] ( https://github.com/atlz253 ) for the PR and to
3939 [ MariaGrinchenko] ( https://github.com/MariaGrinchenko ) for the buttons design!
4040* Added @ref scripts/docs/en/userver/ydb.md "docs on YDB".
41- * Mobile header view was improved. Many thanks to
42- [ Fedor Alekseev] ( https://github.com/atlz253 ) for the PR .
41+ * Mobile header view and docs layout was improved. Many thanks to
42+ [ Fedor Alekseev] ( https://github.com/atlz253 ) for the PRs .
4343* engine::subprocess::ProcessStarter::Exec now can lookup binaries via
4444 ` PATH ` variable.
4545* Fixed gRPC generation for nested namespaces with repetitions. Many thanks to
@@ -51,6 +51,7 @@ Changelog news also go to the
5151* yaml_config::YamlConfig now can read files via ` #file ` . Now the static
5252 config of the service could refer to other files.
5353* Added support of bit operations to Redis.
54+ * PostgreSQL driver now works with AWS Aurora.
5455* Added quick start for beginners to @ref scripts/docs/en/userver/tutorial/build.md.
5556 Many thanks to [ Fedor Alekseev] ( https://github.com/atlz253 ) for the PR.
5657* Improved path to sources trimming for Conan builds. Many thanks to
You can’t perform that action at this time.
0 commit comments