Skip to content

Commit 734e085

Browse files
committed
Release v1.16.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 536df08 commit 734e085

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

8+
## v1.16.0 (2023-03-03)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.15.0..v1.16.0)
11+
12+
Changes since v1.15.0:
13+
14+
* 536d Fix parsing when in detached HEAD state in Git::Lib#branches_all (#641)
15+
* 5c68 Fix parsing of symbolic refs in `Git::Lib#branches_all` (#640)
16+
* 7d88 Remote#branch and #merge should default to current branch instead of "master" (#639)
17+
* 3dda0 `#branch` name should default to current branch instead of `master` (#638)
18+
* d33d #checkout without args should do same as `git checkout` with no args (#637)
19+
* 0c90 #push without args should do same as `git push` with no args (#636)
20+
* 2b19 Make it easier to run test files from the command line (#635)
21+
822
## v1.15.0 (2023-03-01)
923

1024
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.14.0..v1.15.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.15.0'
4+
VERSION='1.16.0'
55
end

0 commit comments

Comments
 (0)