We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c8210 commit 3d73448Copy full SHA for 3d73448
CHANGELOG.md
@@ -5,6 +5,15 @@
5
6
# Change Log
7
8
+## v2.1.0 (2024-05-31)
9
+
10
+[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.1..v2.1.0)
11
12
+Changes since v2.0.1:
13
14
+* 93c8210 Add Git::Log#max_count
15
+* d84097b Update YARDoc for a few a few method
16
17
## v2.0.1 (2024-05-21)
18
19
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0..v2.0.1)
lib/git/version.rb
@@ -1,5 +1,5 @@
1
module Git
2
# The current gem version
3
# @return [String] the current gem version.
4
- VERSION='2.0.1'
+ VERSION='2.1.0'
end
0 commit comments