Skip to content

Latest commit

 

History

History
146 lines (98 loc) · 9.62 KB

CHANGELOG.md

File metadata and controls

146 lines (98 loc) · 9.62 KB

Changelog

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

0.3.0 - 2025-02-21

🚀 Features

  • (mapping) Allow strawchemy types to override existing ones - (c26b495)

📚 Documentation

  • Update CONTRIBUTING.md - (d22f786)
  • Add pull request template - (efcb329)
  • Add SECURITY.md - (628cd29)
  • Update image in SECURITY.md - (651c4f3)
  • Update bug_report issue template - (e213df1)

⚙️ Miscellaneous Tasks

  • (release) Bump to v0.3.0 - (6075f54)
  • Create dependabot.yml - (14d2026)
  • Add issue/pr templates - (dc99896)

0.2.12 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (release) Bump to v0.2.12 - (eb32d94)
  • Create separate environment for cd and publish - (fbcdf34)

0.2.11 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (changelog) Fix incorrect release changelog - (1a8bf11)
  • (release) Bump to v0.2.11 - (4fb6265)
  • Pass GITHUB_TOKEN to git cliff calls - (cc21aae)

0.2.10 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (release) Bump to v0.2.10 - (5fb6215)
  • Tweak changelog generation - (68c6680)

0.2.9 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (publish) Add missing contents: write permission - (4f881d7)
  • (release) Bump to v0.2.9 - (5e8b5c4)

0.2.8 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (cd) Use the pat to create gh release - (c603955)
  • (release) Bump to v0.2.8 - (97d2413)

0.2.7 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (ci) Fix test matrix not generated on tag - (ae4720d)
  • (release) Bump to v0.2.7 - (be76cf2)

0.2.6 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (ci) Always run ci on tag - (ffd23ff)
  • (release) Bump to v0.2.6 - (5174967)

0.2.5 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (ci) Also run result job if needed step have been skipped - (474bad3)
  • (release) Bump to v0.2.5 - (0b5cc28)

0.2.4 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (ci) Run result job on tag - (e93941a)
  • (release) Bump to v0.2.4 - (d8a4981)

0.2.3 - 2025-02-21

⚙️ Miscellaneous Tasks

  • (bump) Use personal access toekn to enable ci workflow - (35f190b)
  • (release) Bump to v0.2.3 - (c98e0cd)

0.2.2 - 2025-02-21

📚 Documentation

  • (readme) Update badge - (6171071)

⚙️ Miscellaneous Tasks

  • (bump) Fix auto bump - (7251e12)
  • (bump) Add missing --bump-version flag - (842e831)
  • (bump) Fix --bumped-version flag - (edfe14e)
  • (bump) Use kenji-miyake/setup-git-cliff action - (93c3a9c)
  • (bump) Add write permissions - (6ebae7c)
  • (bump) Fix GITHUB_TOKEN env var - (cc43668)
  • (release) Bump to v0.2.2 - (a8ee5b6)
  • Add bump and publish workflows - (e8ab0c8)
  • Pretty workflow names - (5b467ab)

New Contributors ❤️

  • @github-actions[bot] made their first contribution## 0.2.1 - 2025-02-20

⚙️ Miscellaneous Tasks

  • (release) Bump to v0.2.1 - (5e59c22)
  • Add codeql workflow - (758dcc0)
  • Add publish workflow; auto commit CHANGELOG.md when generating changelog - (6fdd13b)

0.2.0 - 2025-02-20

📚 Documentation

  • (readme) Add badges - (f1b92a5)
  • Move CONTRIBUTING.md to the correct place - (ad6bbd1)

🧪 Testing

  • (unit) Add test - (8a5fb69)
  • (unit) Add tests for schema generation - (e5ea09d)
  • Add python 3.9, 3.10, 3.11 and 3.13 to the matrix - (ed048fa)

⚙️ Miscellaneous Tasks

  • (release) Bump to v0.2.0 - (2bcb70a)
  • (test) Add unit test workflow - (f560d04)
  • (test) Remove unneeded step - (ce18a5a)
  • (test) Fix result job - (a12c11d)
  • (test) Set COLUMNS env var - (46b70af)
  • (uv) Commit uv.lock - (f7df4f8)
  • Add changelog generation workflow - (b018a78)

[0.1.0] - 2025-02-19

🚀 Features

⚙️ Miscellaneous Tasks

  • (release) Bump to v0.1.0 - (d72c22a)

New Contributors ❤️

  • @gazorby made their first contribution