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
1515
1616<!-- Maintainers, insert changes / features for the next release here -->
1717
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+
1825## libvcs 0.30.1 (2024-06-18)
1926
2027### 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_
2424
2525<!-- Maintainers, insert migration notes for the next release here -->
2626
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+
2732## libvcs 0.30.0 (2024-06-18)
2833
2934### URLs: Variable renamings and moves (#463 )
You can’t perform that action at this time.
0 commit comments