Skip to content

Commit 99f98cc

Browse files
committed
Conan 2.9.1 docs
1 parent cbd229a commit 99f98cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.rst

+6
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.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+
612
2.9.0 (29-Oct-2024)
713
-------------------
814

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# The short X.Y version.
6868
version = "2.9"
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2.9.0'
70+
release = u'2.9.1'
7171

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

0 commit comments

Comments
 (0)