Skip to content

Commit 6517759

Browse files
authored
Update deps and release v0.20.0 (#1090)
1 parent d7f68d2 commit 6517759

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:0.33.0
1+
FROM crystallang/crystal:0.34.0
22
WORKDIR /data
33

44
RUN apt-get update && \

Diff for: shard.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: lucky
2-
version: 0.19.0
2+
version: 0.20.0
33

4-
crystal: 0.33.0
4+
crystal: 0.34.0
55

66
authors:
77
- Paul Smith <[email protected]>
@@ -31,7 +31,7 @@ targets:
3131
dependencies:
3232
lucky_cli:
3333
github: luckyframework/lucky_cli
34-
branch: master
34+
version: ~> 0.20.0
3535
habitat:
3636
github: luckyframework/habitat
3737
version: ~> 0.4.1
@@ -40,7 +40,7 @@ dependencies:
4040
version: ~> 0.2.0
4141
avram:
4242
github: luckyframework/avram
43-
version: ~> 0.12.3
43+
version: ~> 0.13.0
4444
lucky_router:
4545
github: luckyframework/lucky_router
4646
version: ~> 0.2.0
@@ -60,7 +60,7 @@ dependencies:
6060
development_dependencies:
6161
ameba:
6262
github: veelenga/ameba
63-
version: 0.10.0
63+
version: 0.12.0
6464

6565
scripts:
6666
postinstall: script/precompile_tasks

Diff for: src/lucky/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lucky
2-
VERSION = "0.19.0"
2+
VERSION = "0.20.0"
33
end

0 commit comments

Comments
 (0)