File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Changelog
33
44For 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+
6122.20.0 (01-Sept-2025)
713---------------------
814
Original file line number Diff line number Diff line change 6868# The short X.Y version.
6969version = "2.20"
7070# The full version, including alpha/beta/rc tags.
71- release = u'2.20.0 '
71+ release = u'2.20.1 '
7272
7373dir_path = os .path .dirname (os .path .realpath (__file__ ))
7474if not os .path .exists (os .path .join (dir_path , "versions.json" )):
You can’t perform that action at this time.
0 commit comments