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 48baf73 commit 3b409f0Copy full SHA for 3b409f0
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.4.0] 2025-03-15
4
+
5
- Display progress
6
- Automatically clone repo to tmp dir if repo is not a local directory
7
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- octostat (0.3.1)
+ octostat (0.4.0)
sqlite3
GEM
lib/octostat/version.rb
@@ -1,3 +1,3 @@
module Octostat
- VERSION = "0.3.1"
+ VERSION = "0.4.0"
end
0 commit comments