Skip to content

Commit 71efc6f

Browse files
committed
Conan 2.26.1
1 parent b907c6f commit 71efc6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

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

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+
611
2.26.0 (25-Feb-2026)
712
--------------------
813

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# The short X.Y version.
6969
version = "2.26"
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2.26.0'
71+
release = u'2.26.1'
7272

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

0 commit comments

Comments
 (0)