Skip to content

Commit 2051a8c

Browse files
committed
Conan 2.18.1 docs
1 parent 1fd0f03 commit 2051a8c

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.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+
611
2.18.0 (30-Jun-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.18"
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2.18.0'
70+
release = u'2.18.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)