Skip to content

Commit 9458b71

Browse files
committed
bump version to TinyORM v0.26.4
GitHub actions revisited and enhancements: - all external downloads are cached - unified naming of step and key names - used our ccache steps - fixed ccache misses - added MSYS2 ucrt64 Qt 6 builds
1 parent 93e93e1 commit 9458b71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3][version-tinyorm-badge]][docs]
14+
[![TinyORM v0.26.4][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.
@@ -122,5 +122,5 @@ The following list fastly summarizes all the `TinyORM` features.
122122
[docs]: https://www.tinyorm.org
123123
[license-badge]: https://img.shields.io/github/license/silverqx/TinyORM
124124
[license]: https://github.com/silverqx/TinyORM/blob/main/LICENSE
125-
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.26.3-blue
125+
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.26.4-blue
126126
[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.3
45+
- __TinyORM__ v0.26.4
4646
- __tom__ v0.5.2

include/orm/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TINY_SYSTEM_HEADER
1313
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html*/
1414
#define TINYORM_VERSION_MAJOR 0
1515
#define TINYORM_VERSION_MINOR 26
16-
#define TINYORM_VERSION_BUGFIX 3
16+
#define TINYORM_VERSION_BUGFIX 4
1717
#define TINYORM_VERSION_BUILD 0
1818
// Should be empty for stable releases, and use hypen before for SemVer compatibility!
1919
#define TINYORM_VERSION_STATUS ""

0 commit comments

Comments
 (0)