Skip to content

Commit 05167ec

Browse files
committed
Conan 2.17.1
1 parent 085af4a commit 05167ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.17.1 (23-Jun-2025)
7+
--------------------
8+
9+
- Bugfix: add support for ``Git()`` for git<2.36, for operations that check if a commit exists in a remote. `#18501 <https://github.com/conan-io/conan/pull/18501>`_
10+
611
2.17.0 (28-May-2025)
712
--------------------
813

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# The short X.Y version.
6868
version = "2.17"
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2.17.0'
70+
release = u'2.17.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)