Skip to content

Commit

Permalink
feat docs: release 2.2
Browse files Browse the repository at this point in the history
Tests: протестировано CI
8f1653c95b53e82a1d6bec5e61fd1282e1d854d4
  • Loading branch information
apolukhin committed Jul 17, 2024
1 parent 1568633 commit 42f4efe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/GetUserverVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else()
endif()

set(USERVER_MAJOR_VERSION 2)
set(USERVER_MINOR_VERSION 2-rc)
set(USERVER_MINOR_VERSION 2)

set(USERVER_VERSION "${USERVER_MAJOR_VERSION}.${USERVER_MINOR_VERSION}")
string(REPLACE "-" "_" USERVER_VERSION_STR "${USERVER_VERSION}")
Expand Down
5 changes: 3 additions & 2 deletions scripts/docs/en/userver/roadmap_and_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Changelog news also go to the
Many thanks to [Fedor Alekseev](https://github.com/atlz253) for the PR and to
[MariaGrinchenko](https://github.com/MariaGrinchenko) for the buttons design!
* Added @ref scripts/docs/en/userver/ydb.md "docs on YDB".
* Mobile header view was improved. Many thanks to
[Fedor Alekseev](https://github.com/atlz253) for the PR.
* Mobile header view and docs layout was improved. Many thanks to
[Fedor Alekseev](https://github.com/atlz253) for the PRs.
* engine::subprocess::ProcessStarter::Exec now can lookup binaries via
`PATH` variable.
* Fixed gRPC generation for nested namespaces with repetitions. Many thanks to
Expand All @@ -51,6 +51,7 @@ Changelog news also go to the
* yaml_config::YamlConfig now can read files via `#file`. Now the static
config of the service could refer to other files.
* Added support of bit operations to Redis.
* PostgreSQL driver now works with AWS Aurora.
* Added quick start for beginners to @ref scripts/docs/en/userver/tutorial/build.md.
Many thanks to [Fedor Alekseev](https://github.com/atlz253) for the PR.
* Improved path to sources trimming for Conan builds. Many thanks to
Expand Down

0 comments on commit 42f4efe

Please sign in to comment.