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.19.0 (2023-12-28)
9
+
10
+ [ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v1.18.0..v1.19.0 )
11
+
12
+ Changes since v1.18.0:
13
+
14
+ * 3bdb280 Add option to push all branches to a remote repo at one time (#678 )
15
+ * b0d89ac Remove calls to Dir.chdir (#673 )
16
+ * e64c2f6 Refactor tests for read_tree, write_tree, and commit_tree (#679 )
17
+ * 0bb965d Explicitly name remote tracking branch in test (#676 )
18
+ * 8481f8c Document how to delete a remote branch (#672 )
19
+ * dce6816 show .log example with count in README, fixes #667 (#668 )
20
+ * b1799f6 Update test of 'git worktree add' with no commits (#670 )
21
+ * dd5a24d Add --filter to Git.clone for partial clones (#663 )
22
+
8
23
## v1.18.0 (2023-03-19)
9
24
10
25
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v1.17.2..v1.18.0 )
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.18 .0'
4
+ VERSION = '1.19 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments