File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
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
+
8
22
## v1.15.0 (2023-03-01)
9
23
10
24
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v1.14.0..v1.15.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.15 .0'
4
+ VERSION = '1.16 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments