We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5af72 commit 532386fCopy full SHA for 532386f
1 file changed
CHANGES
@@ -15,6 +15,26 @@ $ pip install --user --upgrade --pre libvcs
15
16
<!-- Maintainers, insert changes / features for the next release here -->
17
18
+### Breaking changes
19
+
20
+- Rename pytest plugin protocol typings (#450):
21
22
+ - `CreateProjectCallbackProtocol` -> `CreateRepoPostInitFn`
23
+ - `CreateProjectCallbackFixtureProtocol` -> `CreateRepoPytestFixtureFn`
24
25
+### Bug fixes
26
27
+- Remove unused command: `Svn.mergelist` (#450)
28
+- Fix `Git.config` docstring (#450)
29
30
+### Development
31
32
+- Add test for direct usage of `HgSync` (#450)
33
+- pytest-watcher, Add configuration (#450):
34
35
+ - Run initially by default
36
+ - Skip post-save files from vim
37
38
## libvcs 0.25.1 (2023-11-23)
39
40
### Packaging
0 commit comments