Skip to content

Commit e9f078d

Browse files
committed
feat: bump to version 1.2.1
1 parent c3dc732 commit e9f078d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.2.1 (2022/05/20)
4+
5+
* feat: add docker-compose start command
6+
* feat: add docker-compose stop command
7+
38
## 1.2.0 (2022/05/20)
49

510
* build: bump to Crystal 1.4.1

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.2.0
3+
version: 1.2.1
44

55
crystal: 1.4.1
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.2.0"
20+
VERSION = "1.2.1"
2121

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

0 commit comments

Comments
 (0)