Skip to content

Commit 437f57f

Browse files
committed
Release v2.0.1
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent da435b1 commit 437f57f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

66
# Change Log
77

8+
## v2.0.1 (2024-05-21)
9+
10+
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0..v2.0.1)
11+
12+
Changes since v2.0.0:
13+
14+
* da435b1 Document and add tests for Git::Status
15+
* c8a77db Fix Git::Base#status on an empty repo
16+
* 712fdad Fix Git::Status#untracked when run from worktree subdir
17+
* 6a59bc8 Remove the Git::Base::Factory module
18+
819
## v2.0.0 (2024-05-10)
920

1021
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0.pre4..v2.0.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='2.0.0'
4+
VERSION='2.0.1'
55
end

0 commit comments

Comments
 (0)