From 727b8bbd1b222f46a18d870e09bb2ccb702bafb7 Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Sun, 20 Oct 2024 19:23:50 -0700 Subject: [PATCH] Updating README with this neat contributor image. Added a few more notes for upgrading --- README.md | 9 +++++++-- UPGRADE_NOTES.md | 12 ++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef344bf98..d0880000a 100644 --- a/README.md +++ b/README.md @@ -185,8 +185,13 @@ To claim your shirt, [fill in this form](https://forms.gle/w3PJ4pww8WDAuJov5). ## Contributors -- [paulcsmith](https://github.com/paulcsmith) Paul Smith - creator, maintainer -- [Our wonderful community](https://github.com/luckyframework/lucky/graphs/contributors) - ❤️ +[paulcsmith](https://github.com/paulcsmith) Paul Smith - Original Creator of Lucky + + + + + +Made with [contrib.rocks](https://contrib.rocks). ## Thanks & attributions diff --git a/UPGRADE_NOTES.md b/UPGRADE_NOTES.md index d8085a792..668bff669 100644 --- a/UPGRADE_NOTES.md +++ b/UPGRADE_NOTES.md @@ -18,7 +18,9 @@ brew upgrade lucky - Update versions in `shard.yml` - Lucky should be `~> 1.3.0` - Avram should be `~> 1.3.0` + - Authentic should be `~> 1.0.1` - Carbon should be `~> 0.6.0` + - Carbon Adapter should be `~> 0.6.0` - Run `shards update` @@ -31,9 +33,19 @@ scoop install lucky ### General updates +No required updates needed for this release. + ### Optional update - Update: to Crystal 1.14 +- Update: All previously pre-compiled tasks should now show in your `./bin/` as Crystal files. Build these to run them as compiled. + +``` +crystal build --release bin/lucky.gen.secret_key.cr -o bin/lucky.gen.secret_key +crystal build --release bin/lucky.watch.cr -o bin/lucky.watch +crystal build --release bin/lucky.exec.cr -o bin/lucky.exec +# ... etc... +``` ## Upgrading from 1.1.0 to 1.2.0