0.5.0: 2025-06-27
  * Add API for handling enums and flags (SEAGULL-12) (RR 4033) (Gary Kramlich)
  * Add helpers for handling GLib.DateTime values (SEAGULL-10) (RR 4034) (Gary
    Kramlich)
  * Fix a bug where parameters without a prefix would match properties even
    though a prefix was provided (SEAGULL-13) (RR 4035) (Gary Kramlich)

0.4.0: 2025-06-24
  * Add aliases for columns (RR 3926) (Gary Kramlich)
  * Add seagull_statement_bind_object (SEAGULL-3) (RR 4020) (Gary Kramlich)
  * Add Statement.column object to bind result columns into an object
    (SEAGULL-7) (RR 4021) (Gary Kramlich)
  * Add Seagull.Statement.new_from_resource (SEAGULL-8) (RR 4022) (Gary
    Kramlich)

0.3.0: 2025-03-21
  * Create the initial statement object (SEAGULL-2) (RR 3833) (Gary Kramlich)
  * Add Seagull.Statement.get_expanded_sql (SEAGULL-2) (RR 3881) (Gary
    Kramlich)
  * Implement Seagull.Statement.bind_* for basic data types (SEAGULL-2) (RR
    3882) (Gary Kramlich)
  * Implement Seagull.Statement.step and Seagull.Statement.reset (SEAGULL-2)
    (RR 3895) (Gary Kramlich)
  * Implement Seagull.Statement.column_* (SEAGULL-2) (RR 3920) (Gary Kramlich)


0.2.0: 2025-02-11
  * Fix a header guard that wasn't renamed (RR 3826) (Gary Kramlich)
  * Add some helpers for transactions (SEAGULL-4) (RR 3827) (Gary Kramlich)
  * Fix a copy paste error in the documentation for migration error (RR 3828)
    (Gary Kramlich)
  * Add some api for opening and closing databases (SEAGULL-5) (RR 3829) (Gary
    Kramlich)
  * Update the migrations unit tests to the db api (RR 3830) (Gary Kramlich)

0.1.1: 2025-02-07
  * Fix the description in the docs (RR 3816) (Gary Kramlich)
  * Populate POTFILES (RR 3817) (Gary Kramlich)
  * Fix a few remaining purple references (RR 3818) (Gary Kramlich)

0.1.0: 2025-02-07
  * Initial release including the migration code from purple3 (Gary Kramlich)
