Skip to content

Commit 4c5a6ac

Browse files
committed
Release v1.14.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 0f7c4a5 commit 4c5a6ac

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

8+
## v1.14.0 (2023-02-25)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.13.2..v1.14.0)
11+
12+
Changes since v1.13.2:
13+
14+
* 0f7c4a5 Allow the use of an array of path_limiters and add extended_regexp option to grep (#624)
15+
* 8992701 Refactor error thrown when a git command fails (#622)
16+
* cf74b91 Simplify how temp files are used when testing Git::Base#archive (#621)
17+
* a8bfb9d Set init.defaultBranch when running tests if it is not already set (#620)
18+
* 9ee7ca9 Create a null logger if a logger is not provided (#619)
19+
* 872de4c Internal refactor of Git::Lib command (#618)
20+
* 29e157d Simplify test running and fixture repo cloning (#615)
21+
* 08d04ef Use dynamically-created repo for signed commits test (#614)
22+
823
## v1.13.2 (2023-02-02)
924

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

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.13.2'
4+
VERSION='1.14.0'
55
end

0 commit comments

Comments
 (0)