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 da435b1 commit 437f57fCopy full SHA for 437f57f
CHANGELOG.md
@@ -5,6 +5,17 @@
5
6
# Change Log
7
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
19
## v2.0.0 (2024-05-10)
20
21
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v2.0.0.pre4..v2.0.0)
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.0'
+ VERSION='2.0.1'
end
0 commit comments