Skip to content

Commit 4b530b0

Browse files
czoidofranramirez688
authored andcommitted
Conan 2.3.2
1 parent 0ca62fe commit 4b530b0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ 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.3.2 (28-May-2024)
7+
-------------------
8+
9+
- Feature: New ``tools.microsoft:msvc_update`` configuration to define the MSVC compiler ``update`` even when ``compiler.update`` is not defined. Can be used to use ``compiler.version=193`` once VS2022 is updated to 17.10, which changes the default compiler to ``compiler.version=194``. `#16332 <https://github.com/conan-io/conan/pull/16332>`_
10+
- Bugfix: Allow default ``compatibility.py`` plugin to fallback from MSVC ``compiler.version=194->193`` and to other ``cppstd`` values. `#16346 <https://github.com/conan-io/conan/pull/16346>`_
11+
- Bugfix: Skip dot folders in local recipe index layouts. `#16345 <https://github.com/conan-io/conan/pull/16345>`_
12+
- Bugfix: Remove extra backslash in generated `conanvcvars.ps1`. `#16322 <https://github.com/conan-io/conan/pull/16322>`_
13+
614
2.3.1 (16-May-2024)
715
-------------------
816

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# The short X.Y version.
6666
version = "2.3"
6767
# The full version, including alpha/beta/rc tags.
68-
release = u'2.3.1'
68+
release = u'2.3.2'
6969

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

0 commit comments

Comments
 (0)