Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ $ pip install --user --upgrade --pre libvcs
- {issue}`343`: `libvcs.cmd.core` (including {func}`~libvcs._internal.run.run`) have been moved to
`libvcs._internal.run`. It will be supported as an unstable, internal API.

### What's new

- **Commands**: Experimental command wrappers added ({issue}`346`):

- {class}`libvcs.cmd.git.Git`

- {meth}`libvcs.cmd.git.Git.help`
- {meth}`libvcs.cmd.git.Git.reset`
- {meth}`libvcs.cmd.git.Git.checkout`
- {meth}`libvcs.cmd.git.Git.status`

### Internals

- {issue}`345` `libvcs.utils` -> `libvcs._internal` to make it more obvious the APIs are strictly
Expand Down
Loading