Skip to content

Commit

Permalink
Release 0.25.0 (#588)
Browse files Browse the repository at this point in the history
* Release 0.25.0

* trying to force GH Actions to run

* Update version to actual releases

* bump authentic
  • Loading branch information
jwoertink committed Dec 15, 2020
1 parent dcb42fb commit 356b8fa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
13 changes: 5 additions & 8 deletions shard.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@

# NOTE: https://github.com/crystal-lang/shards/issues/432
# Until this is resolved, the default needs to be empty here.
# dependencies: {}
dependencies: {}
# Uncomment if you need to override
dependencies:
lucky:
github: luckyframework/lucky
branch: master
avram:
github: luckyframework/avram
branch: master
# dependencies:
# lucky:
# github: luckyframework/lucky
# branch: master
5 changes: 2 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky_cli
version: 0.24.0
version: 0.25.0

authors:
- Paul Smith <paulcsmith0218@gmail.com>
Expand All @@ -16,5 +16,4 @@ dependencies:
development_dependencies:
ameba:
github: crystal-ameba/ameba
branch: master
#version: ~> 0.13
version: ~> 0.13
6 changes: 3 additions & 3 deletions src/generators/web.cr
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ class LuckyCli::Generators::Web
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 0.24.0
version: ~> 0.25.0
authentic:
github: luckyframework/authentic
version: ~> 0.7.0
version: ~> 0.7.1
carbon:
github: luckyframework/carbon
version: ~> 0.1.2
Expand All @@ -169,7 +169,7 @@ class LuckyCli::Generators::Web
append_text to: "shard.yml", text: <<-DEPS_LIST
lucky_flow:
github: luckyframework/lucky_flow
version: ~> 0.7.0
version: ~> 0.7.1
DEPS_LIST
end

Expand Down
2 changes: 1 addition & 1 deletion src/lucky_cli/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LuckyCli
VERSION = "0.24.0"
VERSION = "0.25.0"
end

0 comments on commit 356b8fa

Please sign in to comment.