File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ $ pip install --user --upgrade --pre libvcs
1616### Breaking changes
1717
1818- {issue}` 372 ` Typings moved from ` libvcs.types ` -> {mod}` libvcs._internal.types `
19+ - {issue}` 377 ` Remove deprecated functions and exceptions
20+
21+ - Removed ` libvcs.shortcuts `
22+ - Removed ` libvcs.shortcuts.create_project_from_pip_url() ` : This will be replaced in future
23+ versions by {issue}` 376 ` / parsing utilities
24+ - Moved ` libvcs.shortcuts.create_project() ` to {func}` libvcs._internal.shortcuts.create_project `
25+ - Removed {exc}` libvcs.exc.InvalidPipURL `
1926
2027### Fixes
2128
@@ -59,7 +66,7 @@ $ pip install --user --upgrade --pre libvcs
5966
6067### Typings
6168
62- - {func} ` ~libvcs.shortcuts. create_project` : Add overloads that return the typed project (e.g.
69+ - ` create_project() ` : Add overloads that return the typed project (e.g.
6370 {class}` ~libvcs.projects.git.GitProject ` )
6471
6572## libvcs 0.13.2 (2022-06-12)
You can’t perform that action at this time.
0 commit comments