Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

This page lists the changes made to Conan in each version, with links to each pull request for more details.

2.22.2 (07-Nov-2025)
--------------------

- Bugfix: Fix assert when finding compatible binaries of a package that exists in both contexts with different settings. `#19208 <https://github.com/conan-io/conan/pull/19208>`_

2.22.1 (30-Oct-2025)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# The short X.Y version.
version = "2.22"
# The full version, including alpha/beta/rc tags.
release = u'2.22.1'
release = u'2.22.2'

dir_path = os.path.dirname(os.path.realpath(__file__))
if not os.path.exists(os.path.join(dir_path, "versions.json")):
Expand Down