Skip to content

Commit

Permalink
📝 (README.md): update roadmap to reflect completed transactions feature
Browse files Browse the repository at this point in the history
⬆️ (pyproject.toml): bump version from 0.13.2 to 0.14.0 to indicate new feature completion
  • Loading branch information
SpaceShaman committed Oct 20, 2024
1 parent d03f1d2 commit bcf5399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!--roadmap-end-->
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <spaceshaman@tuta.io>"]
Expand Down

0 comments on commit bcf5399

Please sign in to comment.