We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b907c6f commit 71efc6fCopy full SHA for 71efc6f
changelog.rst
@@ -3,6 +3,11 @@ Changelog
3
4
This page lists the changes made to Conan in each version, with links to each pull request for more details.
5
6
+2.26.1 (27-Feb-2026)
7
+--------------------
8
+
9
+- Bugfix: Avoid missing binaries due to default platform requires revision. `#19680 <https://github.com/conan-io/conan/pull/19680>`_
10
11
2.26.0 (25-Feb-2026)
12
--------------------
13
conf.py
@@ -68,7 +68,7 @@
68
# The short X.Y version.
69
version = "2.26"
70
# The full version, including alpha/beta/rc tags.
71
-release = u'2.26.0'
+release = u'2.26.1'
72
73
dir_path = os.path.dirname(os.path.realpath(__file__))
74
if not os.path.exists(os.path.join(dir_path, "versions.json")):
0 commit comments