Skip to content

Commit ecfd0d7

Browse files
authored
Release 0.30.0 (#1680)
* bump versions for next release * update shard versions to latest
1 parent 91864a6 commit ecfd0d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: shard.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lucky
2-
version: 0.29.0
2+
version: 0.30.0
33

44
crystal: ">=1.0.0"
55

@@ -33,7 +33,7 @@ targets:
3333
dependencies:
3434
lucky_task:
3535
github: luckyframework/lucky_task
36-
version: ~> 0.1.0
36+
version: ~> 0.1.1
3737
habitat:
3838
github: luckyframework/habitat
3939
version: ~> 0.4.7
@@ -42,7 +42,7 @@ dependencies:
4242
version: ~> 0.3.0
4343
avram:
4444
github: luckyframework/avram
45-
version: ~> 0.22.0
45+
version: ~> 0.23.0
4646
lucky_router:
4747
github: luckyframework/lucky_router
4848
version: ~> 0.5.1
@@ -54,13 +54,13 @@ dependencies:
5454
version: ~> 0.4.3
5555
exception_page:
5656
github: crystal-loot/exception_page
57-
version: ~> 0.2.1
57+
version: ~> 0.2.2
5858
dexter:
5959
github: luckyframework/dexter
60-
version: ~> 0.3.3
60+
version: ~> 0.3.4
6161
pulsar:
6262
github: luckyframework/pulsar
63-
version: ~> 0.2.2
63+
version: ~> 0.2.3
6464
teeplate:
6565
github: luckyframework/teeplate
6666
version: ~> 0.8.5

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.29.0"
2+
VERSION = "0.30.0"
33
end

0 commit comments

Comments
 (0)