Skip to content

Releases: pga2rn/simple-sqlite3-orm

v0.2.3

15 Oct 03:38
44e07e6
Compare
Choose a tag to compare

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #30
  • deps: dev_deps: widen deps range by @pga2rn in #34
  • ci: use ruff by @pga2rn in #35
  • ci: split ruff and hatch configs from pyproject.toml to their own config files by @pga2rn in #36
  • ci: use pypa pypi publisher by @pga2rn in #37
  • ci: use actions/upload-artifact for uploading artifacts by @pga2rn in #38
  • ci: still publish artifacts to gh release by @pga2rn in #39

Full Changelog: v0.2.2...v0.2.3

v0.2.3-rc1

15 Oct 03:36
44e07e6
Compare
Choose a tag to compare
v0.2.3-rc1 Pre-release
Pre-release

What's Changed

  • ci: use pypa pypi publisher by @pga2rn in #37
  • ci: use actions/upload-artifact for uploading artifacts by @pga2rn in #38
  • ci: still publish artifacts to gh release by @pga2rn in #39

Full Changelog: v0.2.3-rc0...v0.2.3-rc1

v0.2.3-rc0

15 Oct 02:35
6a0c8e8
Compare
Choose a tag to compare
v0.2.3-rc0 Pre-release
Pre-release

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #30
  • deps: dev_deps: widen deps range by @pga2rn in #34
  • ci: use ruff by @pga2rn in #35
  • ci: split ruff and hatch configs from pyproject.toml to their own config files by @pga2rn in #36

Full Changelog: v0.2.2...v0.2.3-rc0

v0.2.2

06 Aug 09:08
f3b54e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Aug 16:10
584a9eb
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump pytest-asyncio from 0.23.7 to 0.23.8 by @dependabot in #16
  • chore(deps): bump pytest from 8.2.2 to 8.3.1 by @dependabot in #15
  • fix(table_spec): fix incorrect delete stmt generation with both LIMIT and RETURNING by @pga2rn in #19
  • chore(tag): release v0.2.1 by @pga2rn in #20

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Jul 09:53
42ac854
Compare
Choose a tag to compare

What's Changed

  • feature(ORM): add new APIs by @pga2rn in #10
  • chore(deps): bump pytest-mock from 3.12 to 3.14.0 by @dependabot in #8
  • feature(ORM): update ORMThreadPoolBase's API by @pga2rn in #11
  • deps: loosens the range restriction of pydantic by @pga2rn in #12
  • chore(deps): bump flake8 from 6.1 to 7.1.0 by @dependabot in #7
  • chore(tag): release v0.2.0 by @pga2rn in #14

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Jul 09:56
f5c0eb5
Compare
Choose a tag to compare

What's Changed

  • chore(tag): release v0.1.0 by @pga2rn in #1
  • chore(deps): bump pydantic from 2.6 to 2.8.2 by @dependabot in #5
  • chore(deps): bump coverage from 7.4.1 to 7.6.0 by @dependabot in #3
  • chore(deps): bump pytest from 7.4.4 to 8.2.2 by @dependabot in #4
  • chore(deps): bump black from 24.1.1 to 24.4.2 by @dependabot in #6
  • chore(ci): fix release CI action permission by @pga2rn in #9

Full Changelog: https://github.com/pga2rn/simple-sqlite3-orm/commits/v0.1.0