Skip to content

Releases: ikornaselur/similarium-rs

v0.6.1

10 Oct 23:02
57a1a42
Compare
Choose a tag to compare

0.6.1 (2023-10-10)

Bug Fixes

  • Correctly set the guess num for winners (#102) (c0bd1e8)
  • Fix issue with latest guesses showing original instead of latest guesser (#101) (6660898)
  • Fix manual ending not ending inactive games (#103) (b81ab26)

Dependencies

  • bump tokio from 1.32.0 to 1.33.0 (#96) (f1dab5f)

v0.6.0

08 Oct 16:23
0e2f150
Compare
Choose a tag to compare

0.6.0 (2023-10-08)

Features

  • Only end games automatically if there are no guesses (#94) (48c9d09)
  • Reveal secret and winners at the end (#93) (8beff0f)

Bug Fixes

v0.5.1

07 Oct 00:11
696cc73
Compare
Choose a tag to compare

0.5.1 (2023-10-07)

Bug Fixes

  • Fix issue with winning guess erroring (#87) (3bdbaf0)

Miscellaneous

  • Fix dockerfile COPY entry (#86) (f0b19e7)
  • Use cargo build instead of cargo install (#84) (44411fd)

v0.5.0

06 Oct 20:03
e05eccc
Compare
Choose a tag to compare

0.5.0 (2023-10-06)

Features

  • Post ephemeral back to user if word is unknown (#82) (c4199d5)

Miscellaneous

  • Tweak the dockerfile to include ca-certificates (#80) (ac43c1f)

Dependencies

  • bump reqwest from 0.11.20 to 0.11.21 (#78) (ca04ac6)
  • bump reqwest from 0.11.21 to 0.11.22 (#79) (2bfd8a5)
  • bump sha2 from 0.10.7 to 0.10.8 (#75) (2338646)
  • bump sqlx from 0.7.1 to 0.7.2 (#76) (641d6cb)

v0.4.3

17 Sep 22:08
a2b6a9f
Compare
Choose a tag to compare

0.4.3 (2023-09-17)

Miscellaneous

  • actions: Change trigger for publish to be just on actual tags (1ee0ad1)

v0.4.2

17 Sep 21:48
8b63ab5
Compare
Choose a tag to compare

0.4.2 (2023-09-17)

Miscellaneous

  • actions: Set checkout in publish-docker to fetch tags (b4aad97)

v0.4.1

17 Sep 21:04
902d3cb
Compare
Choose a tag to compare

0.4.1 (2023-09-17)

Bug Fixes

  • use vendored openssl for reqwest (#70) (75b1c92)

v0.4.0

17 Sep 20:15
5ae3f3d
Compare
Choose a tag to compare

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

10 Sep 16:43
de3ae40
Compare
Choose a tag to compare

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)

Dependencies

  • bump serde_json from 1.0.105 to 1.0.106 (#41) (9a6cdc0)

v0.2.1

31 Aug 22:05
9b72245
Compare
Choose a tag to compare

0.2.1 (2023-08-31)

Miscellaneous

  • Use GITHUB_TOKEN for release-please (3a3d401)

Dependencies