• v3.0.5 d36ed7390c

    v3.0.5 Stable

    cpressland released this 2025-01-17 14:14:29 +00:00 | 63 commits to master since this release

    • fix incorrect function argument.
  • v3.0.4 01e8f51957

    v3.0.4 Stable

    cpressland released this 2025-01-17 14:07:02 +00:00 | 64 commits to master since this release

    • fix query for locked threads lookup
  • v3.0.3 3065859a3f

    v3.0.3 Stable

    cpressland released this 2025-01-17 13:26:18 +00:00 | 65 commits to master since this release

    • Handle Submission Locking Failures
  • v3.0.2 ba62529ba5

    v3.0.2 Stable

    cpressland released this 2025-01-17 11:29:49 +00:00 | 66 commits to master since this release

    • Handle comments with attribute errors.
  • v3.0.1 40905cfe31

    v3.0.1 Stable

    cpressland released this 2025-01-17 11:04:08 +00:00 | 67 commits to master since this release

    • Fix for Piccolo Migrations not being found inside container.
  • v3.0.0 0596c77afc

    v3.0.0 Stable

    cpressland released this 2025-01-17 10:43:34 +00:00 | 68 commits to master since this release

    What's Changed

    New Contributors

    Full Changelog: https://github.com/cpressland/holly_willoughbot/compare/v2.0.3...v3.0.0

  • v2.0.3 e85f149c6b

    v2.0.3 Stable

    cpressland released this 2023-10-13 19:55:20 +01:00 | 90 commits to master since this release

    • Fix incorrectly configured log line
  • v2.0.2 f950049574

    v2.0.2 Stable

    cpressland released this 2023-10-13 19:42:25 +01:00 | 91 commits to master since this release

    • Fix for comments table having null post_id foreign keys.
  • v2.0.1 ab47910ab7

    v2.0.1 Stable

    cpressland released this 2023-10-08 21:49:06 +01:00 | 92 commits to master since this release

    • Fix incorrectly called function
  • v2.0.0 1855ce9fef

    v2.0.0 Stable

    cpressland released this 2023-10-08 20:57:53 +01:00 | 93 commits to master since this release

    • Fix CI failures.
    • Remove SQLAlchemy and Alembic, rewrite in Piccolo-ORM.
    • Switch from PostgreSQL to SQLite.
    • Run application via a single CLI command, removes support for running as multiple Kubernetes Pods.
    • Split settings out into discrete classes.
    • Update all packages.