Skip to content

Commit 3b409f0

Browse files
committed
0.4
1 parent 48baf73 commit 3b409f0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.4.0] 2025-03-15
4+
35
- Display progress
46
- Automatically clone repo to tmp dir if repo is not a local directory
57

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
octostat (0.3.1)
4+
octostat (0.4.0)
55
sqlite3
66

77
GEM

lib/octostat/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Octostat
2-
VERSION = "0.3.1"
2+
VERSION = "0.4.0"
33
end

0 commit comments

Comments
 (0)