Skip to content

Commit 727b8bb

Browse files
committed
Updating README with this neat contributor image. Added a few more notes for upgrading
1 parent 75a150e commit 727b8bb

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,13 @@ To claim your shirt, [fill in this form](https://forms.gle/w3PJ4pww8WDAuJov5).
185185

186186
## Contributors
187187

188-
- [paulcsmith](https://github.com/paulcsmith) Paul Smith - creator, maintainer
189-
- [Our wonderful community](https://github.com/luckyframework/lucky/graphs/contributors) - ❤️
188+
[paulcsmith](https://github.com/paulcsmith) Paul Smith - Original Creator of Lucky
189+
190+
<a href="https://github.com/luckyframework/lucky/graphs/contributors">
191+
<img src="https://contrib.rocks/image?repo=luckyframework/lucky" />
192+
</a>
193+
194+
Made with [contrib.rocks](https://contrib.rocks).
190195

191196
## Thanks & attributions
192197

UPGRADE_NOTES.md

+12
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ brew upgrade lucky
1818
- Update versions in `shard.yml`
1919
- Lucky should be `~> 1.3.0`
2020
- Avram should be `~> 1.3.0`
21+
- Authentic should be `~> 1.0.1`
2122
- Carbon should be `~> 0.6.0`
23+
- Carbon Adapter should be `~> 0.6.0`
2224

2325
- Run `shards update`
2426

@@ -31,9 +33,19 @@ scoop install lucky
3133

3234
### General updates
3335

36+
No required updates needed for this release.
37+
3438
### Optional update
3539

3640
- Update: to Crystal 1.14
41+
- Update: All previously pre-compiled tasks should now show in your `./bin/` as Crystal files. Build these to run them as compiled.
42+
43+
```
44+
crystal build --release bin/lucky.gen.secret_key.cr -o bin/lucky.gen.secret_key
45+
crystal build --release bin/lucky.watch.cr -o bin/lucky.watch
46+
crystal build --release bin/lucky.exec.cr -o bin/lucky.exec
47+
# ... etc...
48+
```
3749

3850
## Upgrading from 1.1.0 to 1.2.0
3951

0 commit comments

Comments
 (0)