We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd0f03 commit 2051a8cCopy full SHA for 2051a8c
changelog.rst
@@ -3,6 +3,11 @@ Changelog
3
4
For a more detailed description of the major changes that Conan 2 brings, compared with Conan 1.X, please read :ref:`whatsnew`
5
6
+2.18.1 (04-Jul-2025)
7
+--------------------
8
+
9
+- Bugfix: Revert remote caching for missing packages `#18586 <https://github.com/conan-io/conan/pull/18586>`_
10
11
2.18.0 (30-Jun-2025)
12
--------------------
13
conf.py
@@ -67,7 +67,7 @@
67
# The short X.Y version.
68
version = "2.18"
69
# The full version, including alpha/beta/rc tags.
70
-release = u'2.18.0'
+release = u'2.18.1'
71
72
dir_path = os.path.dirname(os.path.realpath(__file__))
73
if not os.path.exists(os.path.join(dir_path, "versions.json")):
0 commit comments