Skip to content

Commit 44acad4

Browse files
committed
Release v1.15.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent b40de70 commit 44acad4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55

66
# Change Log
77

8+
## v1.15.0 (2023-03-01)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.14.0..v1.15.0)
11+
12+
Changes since v1.14.0:
13+
14+
* b40d #pull with no options should do the same thing as `git pull` with no options (#633)
15+
* 9c5e Fix error when calling `Git::Lib#remove` with `recursive` or `cached` options (#632)
16+
* 806e Add Git::Log#all option (#630)
17+
* d905 Allow a repo to be opened giving a non-root repo directory (#629)
18+
* 1ccd Rewrite worktree tests (#628)
19+
* 4409 Fix Git::Branch#update_ref (#626)
20+
821
## v1.14.0 (2023-02-25)
922

1023
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.13.2..v1.14.0)

lib/git/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Git
22
# The current gem version
33
# @return [String] the current gem version.
4-
VERSION='1.14.0'
4+
VERSION='1.15.0'
55
end

0 commit comments

Comments
 (0)