Skip to content

Commit 4eefc1a

Browse files
committed
docs(CHANGES,MIGRATIONS): Note changing of ls() commands
1 parent a261e6b commit 4eefc1a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

MIGRATION

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)