File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ The following steps can be used to update libgit2:
31
31
can be helpful for seeing what has changed.
32
32
The project has recently started labeling API and ABI breaking changes with labels:
33
33
< https://github.com/libgit2/libgit2/pulls?q=is%3Apr+label%3A%22api+breaking%22%2C%22abi+breaking%22+is%3Aclosed >
34
+ Alternatively, running ` git diff [PREV_VERSION]..[NEW_VERSION] --ignore-all-space -- include/ ` can provide an overview of changes made to the API.
34
35
4 . Once you have everything functional, publish a PR with the updates.
35
36
36
37
## Release process
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ url = "2.0"
20
20
bitflags = " 2.1.0"
21
21
libc = " 0.2"
22
22
log = " 0.4.8"
23
- libgit2-sys = { path = " libgit2-sys" , version = " 0.16.2 " }
23
+ libgit2-sys = { path = " libgit2-sys" , version = " 0.17.0 " }
24
24
25
25
[target ."cfg(all(unix, not(target_os = \"macos\")))" .dependencies ]
26
26
openssl-sys = { version = " 0.9.45" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libgit2-sys"
3
- version = " 0.16.2 +1.7.2 "
3
+ version = " 0.17.0 +1.8.0 "
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
links = " git2"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments