File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 1.15.1 (UNRELEASED)
2
+
3
+ - New ` Repository.revert(...) `
4
+ [ #1297 ] ( https://github.com/libgit2/pygit2/pull/1297 )
5
+
6
+ - New optional ` depth ` argument in submodules ` add() ` and ` update() ` methods
7
+ [ #1296 ] ( https://github.com/libgit2/pygit2/pull/1296 )
8
+
9
+ - Now ` Submodule.url ` returns ` None ` when the submodule does not have a url
10
+ [ #1294 ] ( https://github.com/libgit2/pygit2/pull/1294 )
11
+
12
+ - Fix use after free bug in error reporting
13
+ [ #1299 ] ( https://github.com/libgit2/pygit2/pull/1299 )
14
+
15
+ - Fix ` Submodule.head_id ` when the submodule is not in the current HEAD tree
16
+ [ #1300 ] ( https://github.com/libgit2/pygit2/pull/1300 )
17
+
18
+ - Fix ` Submodule.open() ` when subclassing ` Repository `
19
+ [ #1295 ] ( https://github.com/libgit2/pygit2/pull/1295 )
20
+
21
+ - Fix error in the test suite when running with address sanitizer
22
+ [ #1304 ] ( https://github.com/libgit2/pygit2/pull/1304 )
23
+ [ #1301 ] ( https://github.com/libgit2/pygit2/issues/1301 )
24
+
25
+ - Annotations and documentation fixes
26
+ [ #1293 ] ( https://github.com/libgit2/pygit2/pull/1293 )
27
+
28
+
1
29
# 1.15.0 (2024-05-18)
2
30
3
31
- Many deprecated features have been removed, see below
You can’t perform that action at this time.
0 commit comments