File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
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
+
8
23
## v1.13.2 (2023-02-02)
9
24
10
25
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v1.13.1..v1.13.2 )
Original file line number Diff line number Diff line change 1
1
module Git
2
2
# The current gem version
3
3
# @return [String] the current gem version.
4
- VERSION = '1.13.2 '
4
+ VERSION = '1.14.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments