File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Change Log
7
7
8
+ ## v1.15.0 (2023-03-01)
9
+
10
+ [ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v1.14.0..v1.15.0 )
11
+
12
+ Changes since v1.14.0:
13
+
14
+ * b40d #pull with no options should do the same thing as ` git pull ` with no options (#633 )
15
+ * 9c5e Fix error when calling ` Git::Lib#remove ` with ` recursive ` or ` cached ` options (#632 )
16
+ * 806e Add Git::Log#all option (#630 )
17
+ * d905 Allow a repo to be opened giving a non-root repo directory (#629 )
18
+ * 1ccd Rewrite worktree tests (#628 )
19
+ * 4409 Fix Git::Branch#update_ref (#626 )
20
+
8
21
## v1.14.0 (2023-02-25)
9
22
10
23
[ Full Changelog] ( https://github.com/ruby-git/ruby-git/compare/v1.13.2..v1.14.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.14 .0'
4
+ VERSION = '1.15 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments