Skip to content

Commit 6ac7300

Browse files
committed
bump version to TinyORM v0.27.0
- refactored PostgreSQL search_path configuration - added search_path related auto tests - added schema builder related auto tests - enabled tst_Migrate for all supported connections
1 parent a8d99e6 commit 6ac7300

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
[![www.tinyorm.org][docs-badge]][docs]
1313
[![License MIT][license-badge]][license]
14-
[![TinyORM v0.26.8][version-tinyorm-badge]][docs]
14+
[![TinyORM v0.27.0][version-tinyorm-badge]][docs]
1515
[![tom v0.5.2][version-tom-badge]][docs]
1616

1717
TinyORM is a modern ORM library that makes interacting with a database extremely simple.
@@ -123,5 +123,5 @@ The following list fastly summarizes all the `TinyORM` features.
123123
[docs]: https://www.tinyorm.org
124124
[license-badge]: https://img.shields.io/github/license/silverqx/TinyORM
125125
[license]: https://github.com/silverqx/TinyORM/blob/main/LICENSE
126-
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.26.8-blue
126+
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.27.0-blue
127127
[version-tom-badge]: https://img.shields.io/badge/tom-v0.5.2-blue

docs/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ If you don't want to use full [`ORM`](tinyorm/getting-started.mdx), then you can
4242

4343
##### Current versions
4444

45-
- __TinyORM__ v0.26.8
45+
- __TinyORM__ v0.27.0
4646
- __tom__ v0.5.2

0 commit comments

Comments
 (0)