You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revert: keep __version__ at 0.14.1 until release time
The version bump and feature file propagation belong at release time
(via script/release.py), not in the post-release prep commit.
Only the CHANGELOG unreleased header and the winget egress fix
are needed on this branch.
@@ -137,7 +137,7 @@ Feature: Checking dependencies from an archive
137
137
When I run "dfetch check SomeProject" in MyProject
138
138
Then the output shows
139
139
"""
140
-
Dfetch (0.14.2)
140
+
Dfetch (0.14.1)
141
141
SomeProject:
142
142
> Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject'
@@ -117,7 +117,7 @@ Feature: Checking dependencies from a git repository
117
117
And I run "dfetch check"
118
118
Then the output shows
119
119
"""
120
-
Dfetch (0.14.2)
120
+
Dfetch (0.14.1)
121
121
ext/test-repo-tag:
122
122
> wanted (v2.0), current (v1), available (v2.0)
123
123
"""
@@ -139,7 +139,7 @@ Feature: Checking dependencies from a git repository
139
139
When I run "dfetch check SomeProject"
140
140
Then the output shows
141
141
"""
142
-
Dfetch (0.14.2)
142
+
Dfetch (0.14.1)
143
143
SomeProject:
144
144
> Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject'
0 commit comments