Skip to content

Commit a5d4fbc

Browse files
committed
feat: bump to version 1.4.1
1 parent 728230c commit a5d4fbc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
* build: bump to Crystal 1.7.3
66
* feat: add `squarectl compose push` subcommand
7+
* build: bump to earthly 0.7.2
8+
* ci: fix Github Actions warnings
79

810
## 1.4.0 (2022/10/13)
911

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: squarectl
22

3-
version: 1.4.0
3+
version: 1.4.1
44

55
crystal: 1.7.3
66

src/squarectl.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Crystal::Env.default("development")
1717
require "./squarectl/**"
1818

1919
module Squarectl
20-
VERSION = "1.4.0"
20+
VERSION = "1.4.1"
2121

2222
@@environment_all : Squarectl::Config::SquarectlEnvironment?
2323

0 commit comments

Comments
 (0)