From 7d9be0eaebe74ed2d7894b50879e10566f118ed8 Mon Sep 17 00:00:00 2001 From: Carlos Zoido Date: Fri, 7 Nov 2025 16:33:25 +0100 Subject: [PATCH] Conan 2.22.2 docs --- changelog.rst | 5 +++++ conf.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index 1f3b4d3f1b8..bb31006dc52 100644 --- a/changelog.rst +++ b/changelog.rst @@ -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 `_ + 2.22.1 (30-Oct-2025) -------------------- diff --git a/conf.py b/conf.py index 2db49a42f5b..1fe32591aaf 100644 --- a/conf.py +++ b/conf.py @@ -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")):