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 23
23
endif ()
24
24
25
25
set (USERVER_MAJOR_VERSION 2 )
26
- set (USERVER_MINOR_VERSION 2-rc )
26
+ set (USERVER_MINOR_VERSION 2 )
27
27
28
28
set (USERVER_VERSION "${USERVER_MAJOR_VERSION} .${USERVER_MINOR_VERSION} " )
29
29
string (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
38
38
Many thanks to [ Fedor Alekseev] ( https://github.com/atlz253 ) for the PR and to
39
39
[ MariaGrinchenko] ( https://github.com/MariaGrinchenko ) for the buttons design!
40
40
* 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 .
43
43
* engine::subprocess::ProcessStarter::Exec now can lookup binaries via
44
44
` PATH ` variable.
45
45
* Fixed gRPC generation for nested namespaces with repetitions. Many thanks to
@@ -51,6 +51,7 @@ Changelog news also go to the
51
51
* yaml_config::YamlConfig now can read files via ` #file ` . Now the static
52
52
config of the service could refer to other files.
53
53
* Added support of bit operations to Redis.
54
+ * PostgreSQL driver now works with AWS Aurora.
54
55
* Added quick start for beginners to @ref scripts/docs/en/userver/tutorial/build.md.
55
56
Many thanks to [ Fedor Alekseev] ( https://github.com/atlz253 ) for the PR.
56
57
* Improved path to sources trimming for Conan builds. Many thanks to
You can’t perform that action at this time.
0 commit comments