Skip to content

Commit 3d73448

Browse files
committed
Release v2.1.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 93c8210 commit 3d73448

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

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+
817
## v2.0.1 (2024-05-21)
918

1019
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0..v2.0.1)

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='2.0.1'
4+
VERSION='2.1.0'
55
end

0 commit comments

Comments
 (0)