Skip to content

Commit

Permalink
Release v1.3.0 (#873)
Browse files Browse the repository at this point in the history
* bump version for next release

* updating all of the shard versions for release. Testing with main branches first

* updated some fixtures

* a few readme changes

* bump authentic version too

* Updating more fixtures
  • Loading branch information
jwoertink authored Oct 21, 2024
1 parent 3553f8c commit 6e9f7c7
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 39 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,18 @@ Run `which lucky` from the command line to make sure it is installed.
1. Fork it ( https://github.com/luckyframework/lucky_cli/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Check that specs on GitHub Actions CI pass
6. Create a new Pull Request
4. Install [Earthly](https://earthly.dev/)
5. Update fixtures with `earthly +update-snapshot`
6. Push to the branch (git push origin my-new-feature)
7. Check that specs on GitHub Actions CI pass `earthly +gh-action-e2e`
8. Create a new Pull Request

## Contributors

- [paulcsmith](https://github.com/paulcsmith) Paul Smith - creator, maintainer
- [mdwagner](https://github.com/mdwagner) Michael Wagner - core member
[paulcsmith](https://github.com/paulcsmith) Paul Smith - Original Creator of Lucky

<a href="https://github.com/luckyframework/lucky_cli/graphs/contributors">
<img src="https://contrib.rocks/image?repo=luckyframework/lucky_cli" />
</a>

Made with [contrib.rocks](https://contrib.rocks).
10 changes: 5 additions & 5 deletions fixtures/shard_file_template/expected/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ crystal: '>= 1.10.0'
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 1.2.0
version: ~> 1.3.0
avram:
github: luckyframework/avram
version: ~> 1.2.0
version: ~> 1.3.0
carbon:
github: luckyframework/carbon
version: ~> 0.5.1
version: ~> 0.6.0
carbon_sendgrid_adapter:
github: luckyframework/carbon_sendgrid_adapter
version: ~> 0.5.0
version: ~> 0.6.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.2.0
Expand All @@ -26,7 +26,7 @@ dependencies:
version: ~> 0.3.0
authentic:
github: luckyframework/authentic
version: '>= 1.0.0, < 2.0.0'
version: '>= 1.0.1, < 2.0.0'
jwt:
github: crystal-community/jwt
version: ~> 1.6.1
Expand Down
8 changes: 4 additions & 4 deletions fixtures/shard_file_template__browser/expected/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ crystal: '>= 1.10.0'
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 1.2.0
version: ~> 1.3.0
avram:
github: luckyframework/avram
version: ~> 1.2.0
version: ~> 1.3.0
carbon:
github: luckyframework/carbon
version: ~> 0.5.1
version: ~> 0.6.0
carbon_sendgrid_adapter:
github: luckyframework/carbon_sendgrid_adapter
version: ~> 0.5.0
version: ~> 0.6.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.2.0
Expand Down
10 changes: 5 additions & 5 deletions fixtures/shard_file_template__generate_auth/expected/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ crystal: '>= 1.10.0'
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 1.2.0
version: ~> 1.3.0
avram:
github: luckyframework/avram
version: ~> 1.2.0
version: ~> 1.3.0
carbon:
github: luckyframework/carbon
version: ~> 0.5.1
version: ~> 0.6.0
carbon_sendgrid_adapter:
github: luckyframework/carbon_sendgrid_adapter
version: ~> 0.5.0
version: ~> 0.6.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.2.0
Expand All @@ -26,7 +26,7 @@ dependencies:
version: ~> 0.3.0
authentic:
github: luckyframework/authentic
version: '>= 1.0.0, < 2.0.0'
version: '>= 1.0.1, < 2.0.0'
jwt:
github: crystal-community/jwt
version: ~> 1.6.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ crystal: '>= 1.10.0'
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 1.2.0
version: ~> 1.3.0
avram:
github: luckyframework/avram
version: ~> 1.2.0
version: ~> 1.3.0
carbon:
github: luckyframework/carbon
version: ~> 0.5.1
version: ~> 0.6.0
carbon_sendgrid_adapter:
github: luckyframework/carbon_sendgrid_adapter
version: ~> 0.5.0
version: ~> 0.6.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.2.0
Expand Down
20 changes: 10 additions & 10 deletions shard.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# generated Lucky apps.

# Uncomment if you need to override
# dependencies:
# lucky:
# github: luckyframework/lucky
# branch: main
# avram:
# github: luckyframework/avram
# branch: main
# authentic:
# github: luckyframework/authentic
# branch: main
dependencies:
lucky:
github: luckyframework/lucky
branch: main
avram:
github: luckyframework/avram
branch: main
authentic:
github: luckyframework/authentic
branch: main
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky_cli
version: 1.2.0
version: 1.3.0

authors:
- Paul Smith <[email protected]>
Expand Down
10 changes: 5 additions & 5 deletions src/lucky_cli/shard_file_generator.cr
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@ class ShardFileGenerator
{
"lucky" => {
"github" => "luckyframework/lucky",
"version" => "~> 1.2.0",
"version" => "~> 1.3.0",
},
"avram" => {
"github" => "luckyframework/avram",
"version" => "~> 1.2.0",
"version" => "~> 1.3.0",
},
"carbon" => {
"github" => "luckyframework/carbon",
"version" => "~> 0.5.1",
"version" => "~> 0.6.0",
},
"carbon_sendgrid_adapter" => {
"github" => "luckyframework/carbon_sendgrid_adapter",
"version" => "~> 0.5.0",
"version" => "~> 0.6.0",
},
"lucky_env" => {
"github" => "luckyframework/lucky_env",
Expand All @@ -93,7 +93,7 @@ class ShardFileGenerator
{
"authentic" => {
"github" => "luckyframework/authentic",
"version" => ">= 1.0.0, < 2.0.0",
"version" => ">= 1.0.1, < 2.0.0",
},
"jwt" => {
"github" => "crystal-community/jwt",
Expand Down

0 comments on commit 6e9f7c7

Please sign in to comment.