Skip to content

0.1.1

Compare
Choose a tag to compare
@akondas akondas released this 22 Apr 19:39
· 250 commits to master since this release
948d2f9

BC break ⚠️

  • user email is now change to lowercase with migration
    • if a user with the same e-mail registered in the application but with different character sizes then you will have to manually delete it before starting the migration

Added

  • Clickable repo url link on packages list (#75)

Changed

  • Use lock to prevent multiple jobs run simultaneously (#70)
  • Internal CI/CD configuration

Fixed

  • Fix issue with case sensitive emails (#88)
  • Typo on register form (#74)

Removed

  • Remove pcov from docker image (#69)