File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Changelog
3
3
4
4
For a more detailed description of the major changes that Conan 2 brings, compared with Conan 1.X, please read :ref: `whatsnew `
5
5
6
+ 2.9.1 (30-Oct-2024)
7
+ -------------------
8
+
9
+ - Bugfix: Fix `deduce_subsystem ` when `scope=None ` assuming the scope is `build `. `#17251 <https://github.com/conan-io/conan/pull/17251 >`_
10
+ - Bugfix: Fixed false positives of ``profile.py `` plugin checks over c++26 for latest compiler versions `#17250 <https://github.com/conan-io/conan/pull/17250 >`_
11
+
6
12
2.9.0 (29-Oct-2024)
7
13
-------------------
8
14
Original file line number Diff line number Diff line change 67
67
# The short X.Y version.
68
68
version = "2.9"
69
69
# The full version, including alpha/beta/rc tags.
70
- release = u'2.9.0 '
70
+ release = u'2.9.1 '
71
71
72
72
dir_path = os .path .dirname (os .path .realpath (__file__ ))
73
73
if not os .path .exists (os .path .join (dir_path , "versions.json" )):
You can’t perform that action at this time.
0 commit comments