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 9fd7d9a commit 25ecbb7Copy full SHA for 25ecbb7
CHANGELOG.md
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
### Added
9
10
-- New method `BuildBuilder::patch_with_path()` for path-based patching (as compared to git-based).
+- New method `BuildBuilder::patch_with_path()` for path-based patching (as
11
+ compared to git-based).
12
+- New struct `AlternativeRegistry` to configure how an alternative registry can
13
+ be accessed.
14
+
15
+### Changed
16
17
+- **BREAKING**: `Crate::registry` now requires an `AlternativeRegistry` rather
18
+ than the registry URL as string.
19
20
## [0.14.0] - 2021-08-19
21
0 commit comments