File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ $ pip install --user --upgrade --pre libvcs
15
15
16
16
<!-- Maintainers, insert changes / features for the next release here -->
17
17
18
+ ### Breaking changes
19
+
20
+ #### cmd: Listing method renamed (#466 )
21
+
22
+ - ` libvcs.cmd.git.GitCmd._list() ` -> ` libvcs.cmd.git.Git.ls() `
23
+ - ` libvcs.cmd.svn.Svn._list() ` -> ` libvcs.cmd.svn.Svn.ls() `
24
+
18
25
## libvcs 0.30.1 (2024-06-18)
19
26
20
27
### Bug Fixes
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ _Notes on the upcoming release will be added here_
24
24
25
25
<!-- Maintainers, insert migration notes for the next release here -->
26
26
27
+ #### Commands: Listing method renamed (#466 )
28
+
29
+ - ` libvcs.cmd.git.GitCmd._list() ` -> ` libvcs.cmd.git.Git.ls() `
30
+ - ` libvcs.cmd.svn.Svn._list() ` -> ` libvcs.cmd.svn.Svn.ls() `
31
+
27
32
## libvcs 0.30.0 (2024-06-18)
28
33
29
34
### URLs: Variable renamings and moves (#463 )
You can’t perform that action at this time.
0 commit comments