Skip to content

Commit 1706f73

Browse files
committed
conan 2.20.1 docs
1 parent d9d7e5c commit 1706f73

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.rst

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

44
For a more detailed description of the major changes that Conan 2 brings, compared with Conan 1.X, please read :ref:`whatsnew`
55

6+
2.20.1 (04-Sept-2025)
7+
---------------------
8+
9+
- BugFix: Fix Apt not detecting the correct architecture in multiarch setups. `#18872 <https://github.com/conan-io/conan/pull/18872>`_
10+
- BugFix: Apt correctly detects arch-independent (all) packages during cross-building to avoid unnecessary reinstalls. `#18872 <https://github.com/conan-io/conan/pull/18872>`_
11+
612
2.20.0 (01-Sept-2025)
713
---------------------
814

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.20"
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2.20.0'
71+
release = u'2.20.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)