Skip to content

Commit b588e66

Browse files
committed
Release v1.19.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 3bdb280 commit b588e66

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.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+
823
## v1.18.0 (2023-03-19)
924

1025
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.17.2..v1.18.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.18.0'
4+
VERSION='1.19.0'
55
end

0 commit comments

Comments
 (0)