We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38101b9 commit fc15e8fCopy full SHA for fc15e8f
CHANGES
@@ -2,15 +2,17 @@
2
3
Here are the changes for libvcs.
4
5
-## current
+## libvcs 0.9-current
6
7
Generally speaking, refactor / magic is in the process of being stripped
8
out in the next few releases. The API is subject to change significantly
9
in pre-1.0 builds.
10
11
+- Big version bump (0.5 -> 0.9)
12
- Remove Python 2.7 support
13
- Add annotations
14
- Change `libvcs.git.GitRepo.status()` to return `GitStatus` named tuple
15
+- Breaking change: Repo objects now require `repo_dir` to be passed
16
17
## libvcs 0.5 (2020-08-11)
18
0 commit comments