Skip to content

Commit 42f4efe

Browse files
committed
feat docs: release 2.2
Tests: протестировано CI 8f1653c95b53e82a1d6bec5e61fd1282e1d854d4
1 parent 1568633 commit 42f4efe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

cmake/GetUserverVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ else()
2323
endif()
2424

2525
set(USERVER_MAJOR_VERSION 2)
26-
set(USERVER_MINOR_VERSION 2-rc)
26+
set(USERVER_MINOR_VERSION 2)
2727

2828
set(USERVER_VERSION "${USERVER_MAJOR_VERSION}.${USERVER_MINOR_VERSION}")
2929
string(REPLACE "-" "_" USERVER_VERSION_STR "${USERVER_VERSION}")

scripts/docs/en/userver/roadmap_and_changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)