Skip to content

Commit f35a3bb

Browse files
authored
Merge pull request #957 from ehuss/new-release
Bump version
2 parents d95cc38 + 5807a5a commit f35a3bb

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.17.2 - 2023-05-27
4+
[0.17.1...0.17.2](https://github.com/rust-lang/git2-rs/compare/0.17.1...0.17.2)
5+
6+
### Added
7+
- Added support for stashing with options (which can support partial stashing).
8+
[#930](https://github.com/rust-lang/git2-rs/pull/930)
9+
310
## 0.17.1 - 2023-04-13
411
[0.17.0...0.17.1](https://github.com/rust-lang/git2-rs/compare/0.17.0...0.17.1)
512

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git2"
3-
version = "0.17.1"
3+
version = "0.17.2"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
@@ -20,7 +20,7 @@ url = "2.0"
2020
bitflags = "1.1.0"
2121
libc = "0.2"
2222
log = "0.4.8"
23-
libgit2-sys = { path = "libgit2-sys", version = "0.15.1" }
23+
libgit2-sys = { path = "libgit2-sys", version = "0.15.2" }
2424

2525
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
2626
openssl-sys = { version = "0.9.0", optional = true }

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ libgit2 bindings for Rust.
66

77
```toml
88
[dependencies]
9-
git2 = "0.17.1"
9+
git2 = "0.17.2"
1010
```
1111

1212
## Rust version requirements

Diff for: libgit2-sys/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.15.2+1.6.4 - 2023-05-27
4+
[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+
6+
### Added
7+
8+
- Added bindings for stash options.
9+
[#930](https://github.com/rust-lang/git2-rs/pull/930)
10+
311
## 0.15.1+1.6.4 - 2023-04-13
412
[0.15.0...0.15.1](https://github.com/rust-lang/git2-rs/compare/libgit2-sys-0.15.0+1.6.3...libgit2-sys-0.15.1+1.6.4)
513

Diff for: libgit2-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libgit2-sys"
3-
version = "0.15.1+1.6.4"
3+
version = "0.15.2+1.6.4"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
links = "git2"
66
build = "build.rs"

0 commit comments

Comments
 (0)