From bcf53990c8e7d78d3fbb3d681d5271717e5d5d2c Mon Sep 17 00:00:00 2001 From: SpaceShaman Date: Sun, 20 Oct 2024 08:28:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(README.md):=20update=20roadmap?= =?UTF-8?q?=20to=20reflect=20completed=20transactions=20feature=20?= =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(pyproject.toml):=20bump=20version=20from?= =?UTF-8?q?=200.13.2=20to=200.14.0=20to=20indicate=20new=20feature=20compl?= =?UTF-8?q?etion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8c21f2..4fddc6d 100644 --- a/README.md +++ b/README.md @@ -109,13 +109,13 @@ The full documentation is available at [spaceshaman.github.io/ORMagic/](https:// - [x] Rename column - [x] Drop column - [x] Custom primary key +- [x] Transactions - [ ] Functions - [ ] Aggregate functions - [ ] String functions - [ ] Date and time functions - [ ] Mathematical functions - [ ] Control flow functions -- [ ] Transactions - [ ] Migrations - [ ] Integration with other databases diff --git a/pyproject.toml b/pyproject.toml index 1d29c02..a3600f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ORMagic" -version = "0.13.2" +version = "0.14.0" description = "Simple ORM based on Pydantic and SQLite with minimalistic API" license = "MIT" authors = ["SpaceShaman "]