File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Changelog
33
44This page lists the changes made to Conan in each version, with links to each pull request for more details.
55
6+ 2.22.1 (30-Oct-2025)
7+ --------------------
8+
9+ - Bugfix: Revert "Error out if components miss requiring direct dependencies in more cases". `#19168 <https://github.com/conan-io/conan/pull/19168 >`_
10+
6112.22.0 (29-Oct-2025)
712--------------------
813
Original file line number Diff line number Diff line change 6868# The short X.Y version.
6969version = "2.22"
7070# The full version, including alpha/beta/rc tags.
71- release = u'2.22.0 '
71+ release = u'2.22.1 '
7272
7373dir_path = os .path .dirname (os .path .realpath (__file__ ))
7474if not os .path .exists (os .path .join (dir_path , "versions.json" )):
You can’t perform that action at this time.
0 commit comments