Releases: ikornaselur/similarium-rs
Releases · ikornaselur/similarium-rs
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
0.4.0 (2023-09-17)
Features
- Add support for background workers (#42) (7e20f8f)
- Add support for tracking winners and hiding secret in active games (#63) (5a4f51f)
- Americanise words (#68) (ff543f9)
- Support ending and starting games with recurring tasks (#67) (c488064)
- Support scheduling games for every minute of the hour (#61) (ed15eba)
- Support starting/ending games (#50) (9ca8a4b)
Miscellaneous
- Add dependabot check for github-actions (#52) (387ddac)
- Add temporary Python script to populate database (#46) (9c218ca)
- lint: Run imports_granularity="Crate" manually (#65) (7dccb1b)
Dependencies
- bump chrono from 0.4.30 to 0.4.31 (#58) (8197325)
- bump serde_json from 1.0.106 to 1.0.107 (#57) (8ffd11f)
- github-actions: bump actions/checkout from 3 to 4 (#55) (761bac6)
- github-actions: bump docker/build-push-action from 4 to 5 (#56) (cb01d09)
- github-actions: bump docker/login-action from 2 to 3 (#53) (06ed0a6)
- github-actions: bump docker/metadata-action from 4 to 5 (#54) (a84587c)
v0.3.0
0.3.0 (2023-09-10)
Features
- Add Dockerfile and auto publish to ghcr.io (#43) (baf8845)
- Remove 2 and 3 letter secret words (#38) (b0c2d1b)
- Simplify game format to just show rank and word (#25) (7912470)
Bug Fixes
- Remove duplicate target words (f25955c)
Miscellaneous
- Set dependabot to run daily with a "deps:" prefix (d710bb8)