File tree 5 files changed +56
-2
lines changed
5 files changed +56
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.18.0 - 2023-08-28
4
+ [ 0.17.2...0.18.0] ( https://github.com/rust-lang/git2-rs/compare/0.17.2...git2-0.18.0 )
5
+
6
+ ### Added
7
+
8
+ - Added ` Blame::blame_buffer ` for getting blame data for a file that has been modified in memory.
9
+ [ #981 ] ( https://github.com/rust-lang/git2-rs/pull/981 )
10
+
11
+ ### Changed
12
+
13
+ - Updated to libgit2 [ 1.7.0] ( https://github.com/libgit2/libgit2/releases/tag/v1.7.0 ) .
14
+ [ #968 ] ( https://github.com/rust-lang/git2-rs/pull/968 )
15
+ - Updated to libgit2 [ 1.7.1] ( https://github.com/libgit2/libgit2/releases/tag/v1.7.1 ) .
16
+ [ #982 ] ( https://github.com/rust-lang/git2-rs/pull/982 )
17
+ - Switched from bitflags 1.x to 2.1. This brings some small changes to types generated by bitflags.
18
+ [ #973 ] ( https://github.com/rust-lang/git2-rs/pull/973 )
19
+ - Changed ` Revwalk::with_hide_callback ` to take a mutable reference to its callback to enforce type safety.
20
+ [ #970 ] ( https://github.com/rust-lang/git2-rs/pull/970 )
21
+ - Implemented ` FusedIterator ` for many iterators that can support it.
22
+ [ #955 ] ( https://github.com/rust-lang/git2-rs/pull/955 )
23
+
24
+ ### Fixed
25
+
26
+ - Fixed builds with cargo's ` -Zminimal-versions ` .
27
+ [ #960 ] ( https://github.com/rust-lang/git2-rs/pull/960 )
28
+
3
29
## 0.17.2 - 2023-05-27
4
30
[ 0.17.1...0.17.2] ( https://github.com/rust-lang/git2-rs/compare/0.17.1...0.17.2 )
5
31
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.19.0 - 2023-08-28
4
+ [ 0.18.0...0.19.0] ( https://github.com/rust-lang/git2-rs/compare/git2-curl-0.18.0...git2-curl-0.19.0 )
5
+
6
+ - Updated to [ git2 0.18.0] ( ../CHANGELOG.md#0180---2023-08-26 )
7
+
3
8
## 0.18.0 - 2023-04-02
4
9
[ 0.17.0...0.18.0] ( https://github.com/rust-lang/git2-rs/compare/git2-curl-0.17.0...git2-curl-0.18.0 )
5
10
Original file line number Diff line number Diff line change 15
15
//! > **NOTE**: At this time this crate likely does not support a `git push`
16
16
//! > operation, only clones.
17
17
18
- #![ doc( html_root_url = "https://docs.rs/git2-curl/0.18 " ) ]
18
+ #![ doc( html_root_url = "https://docs.rs/git2-curl/0.19 " ) ]
19
19
#![ deny( missing_docs) ]
20
20
#![ warn( rust_2018_idioms) ]
21
21
#![ cfg_attr( test, deny( warnings) ) ]
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.16.0+1.7.1 - 2023-08-28
4
+ [ 0.15.2...0.16.0] ( https://github.com/rust-lang/git2-rs/compare/libgit2-sys-0.15.2+1.6.4...libgit2-sys-0.16.0+1.7.1 )
5
+
6
+ ### Added
7
+
8
+ - Added LIBGIT2_NO_VENDOR environment variable to force using the system libgit2.
9
+ [ #966 ] ( https://github.com/rust-lang/git2-rs/pull/966 )
10
+ - Added binding for ` git_blame_buffer ` .
11
+ [ #981 ] ( https://github.com/rust-lang/git2-rs/pull/981 )
12
+
13
+ ### Changed
14
+
15
+ - Updated to libgit2 [ 1.7.0] ( https://github.com/libgit2/libgit2/releases/tag/v1.7.0 ) .
16
+ [ #968 ] ( https://github.com/rust-lang/git2-rs/pull/968 )
17
+ - Updated to libgit2 [ 1.7.1] ( https://github.com/libgit2/libgit2/releases/tag/v1.7.1 ) .
18
+ [ #982 ] ( https://github.com/rust-lang/git2-rs/pull/982 )
19
+
20
+ ### Fixed
21
+
22
+ - Fixed builds with cargo's ` -Zminimal-versions ` .
23
+ [ #960 ] ( https://github.com/rust-lang/git2-rs/pull/960 )
24
+
25
+
3
26
## 0.15.2+1.6.4 - 2023-05-27
4
27
[ 0.15.1...0.15.2] ( https://github.com/rust-lang/git2-rs/compare/libgit2-sys-0.15.1+1.6.4...libgit2-sys-0.15.2+1.6.4 )
5
28
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/libgit2-sys/0.15 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/libgit2-sys/0.16 " ) ]
2
2
#![ allow( non_camel_case_types, unused_extern_crates) ]
3
3
4
4
// This is required to link libz when libssh2-sys is not included.
You can’t perform that action at this time.
0 commit comments