Skip to content

Commit f016fa9

Browse files
committed
0.4.1
1 parent 76acb49 commit f016fa9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## [0.4.1] 2025-03-15
4+
5+
- Better error on missing repo
6+
37
## [0.4.0] 2025-03-15
48

59
- Display progress

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.4.0)
4+
octostat (0.4.1)
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.4.0"
2+
VERSION = "0.4.1"
33
end

0 commit comments

Comments
 (0)