0.8.1: 2026-03-12
  * Applied RR 4426 which was accidentally missed in the 0.8.0 release

0.8.0: 2026-03-11
  * Add support for handling uint and uint64 (RR 4408) (Gary Kramlich)
  * Normalize the license headers (RR 4426) (Gary Kramlich)

0.7.0: 2026-02-01
  * Add support for int64s (SEAGULL-19) (RR 4331) (Gary Kramlich)
  * Add support for GError (SEAGULL-9) (RR 4332) (Gary Kramlich)

0.6.1: 2026-01-13
  * Add a codespell unit tests (RR 4267) (Gary Kramlich)
  * Allow passing NULL to Seagull.Statement.bind_time_zone (RR 4325)
    (Gary Kramlich)
  * Add an explicit test for Seagull.Statement.bind_text with a NULL value
    (RR 4326) (Gary Kramlich)

0.6.0: 2025-11-21
  * Add helpers for handling booleans (SEAGULL-16) (RR 4053) (Gary Kramlich)
  * Add Statement.column_date_time (SEAGULL-17) (RR 4054) (Gary Kramlich)
  * Ignore the .wraplock file (RR 4188) (Gary Kramlich)
  * Rename meson_options.txt to meson.options and remove the nls option
    (RR 4201) (Gary Kramlich)
  * Fix some issues scanbuild found (RR 4207) (Gary Kramlich)
  * Add support for GTimeZone (SEAGULL-18) (RR 4208) (Gary Kramlich)
  * Fix annotations for GError out parameters (RR 4259) (Gary Kramlich)
  * Add support for reading and writing GBytes (SEAGULL-6) (RR 4256) (Gary
    Kramlich)

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)
