Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 991 Bytes

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 991 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.3] - 2024-09-05

Changed

  • Updated table models to schema version 4.2.1

[0.2.2] - 2024-06-27

Changed

  • Update dependency versions

[0.2.1] - 2024-04-05

Changed

  • Updated table models to schema version 4.1.0

[0.2.0] - 2024-02-14

Added

  • ProposalReference model and parse_proposal, for parsing proposal reference strings
  • Database() now exposes paginate, for inserting pagination into queries, and fast_count, for counting total items rapidly
  • Settings(), which provides a base settings model that reads from JSON files

Changed

  • Updated table models

[0.1.2] - 2024-02-08

Removed

  • Unused dependencies (MySQL related dependencies)

Changed

  • Updated table models