Skip to content

Commit d568759

Browse files
committed
bump version to TinyORM v0.38.1
Not bumped: - tom v0.10.0 - TinyDrivers v0.2.0 - TinyMySql v0.2.0 - TinyUtils v0.5.0 Bugfixes - cmake revisited all if() conditions πŸ€” - cmake removed hard-coded -fuse-ld=lld on MinGW πŸ™ƒ
1 parent 526a8ab commit d568759

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

β€ŽNOTES.txtβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Increase/bump the release version:
77

88
- bump message format:
99

10-
bump version to TinyORM v0.38.0 and tom v0.10.0
10+
bump version to TinyORM v0.38.1 and tom v0.10.0
1111

12-
- just simply search the current version number in all files eg. 0.38.0
12+
- just simply search the current version number in all files eg. 0.38.1
1313
- don't forget to update a version number in the silverqx/TinyORM-HelloWorld find_package() call
1414

1515
- TinyORM:
@@ -53,7 +53,7 @@ cd ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/repos/crystal/dev-db/tiny
5353
- update ownerships if needed
5454
chown xyz:xyz ./{Manifest,tinyorm-0.37.y.ebuild}
5555
- commit to TinyORM project, commit message like:
56-
added/updated tinyorm-0.38.0.ebuild
56+
added/updated tinyorm-0.38.1.ebuild
5757

5858
[skip ci]
5959
- added if the previous ebuild WASN'T removed (so adding a new ebuild version)
@@ -82,7 +82,7 @@ Prefer tags in the REF but can also be a commit ID.
8282

8383
The SHA512 is a hash of the source code tinyorm.tar.gz archive, the tools/Get-VcpkgHash.ps1
8484
script can be used to obtain this hash. The URL to download this archive is:
85-
https://github.com/silverqx/TinyORM/archive/v0.38.0.tar.gz
85+
https://github.com/silverqx/TinyORM/archive/v0.38.1.tar.gz
8686
https://github.com/silverqx/TinyORM/archive/ca8909896247b21bf08d62a5109b23e9f65c89e1.tar.gz
8787

8888
If only the vcpkg is updated but the TinyORM version number is not bumped then
@@ -1475,10 +1475,10 @@ How the Package Config file works:
14751475
- I have invested a lot of effort to these info messages
14761476
- whether linking against the single, multi, vcpkg builds
14771477
- against which TinyORM package is linking eg.:
1478-
Found package TinyOrm 0.38.0.0 Debug (requested 0.38.0) at O:/Code/c/qMedia/TinyORM/TinyORM-builds-cmake/build-TinyORM-Desktop_Qt_6_7_2_MSVC2022_64bit-Debug/TinyOrmConfig.cmake
1478+
Found package TinyOrm 0.38.1.0 Debug (requested 0.38.1) at O:/Code/c/qMedia/TinyORM/TinyORM-builds-cmake/build-TinyORM-Desktop_Qt_6_7_2_MSVC2022_64bit-Debug/TinyOrmConfig.cmake
14791479

14801480
- whether Matching build type for Build tree was enabled/disabled eg.:
1481-
Matching build type for the TinyOrm 0.38.0.0 package build tree was enabled
1481+
Matching build type for the TinyOrm 0.38.1.0 package build tree was enabled
14821482
- Matching build type is controlled by the MATCH_EQUAL_EXPORTED_BUILDTREE CMake config. option
14831483
during the TinyORM library configure
14841484

β€ŽREADME.mdβ€Ž

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

1313
[![TinyORM - www.tinyorm.org][docs-badge]][docs]
1414
[![License MIT][license-badge]][license]<br/>
15-
[![TinyORM v0.38.0][version-tinyorm-badge]][docs]
15+
[![TinyORM v0.38.1][version-tinyorm-badge]][docs]
1616
[![tom v0.10.0][version-tom-badge]][docs-tom]
1717
[![TinyDrivers v0.2.0][version-tinydrivers-badge]][docs-tinydrivers]
1818
[![TinyMySql v0.2.0][version-tinymysql-badge]][docs-tinydrivers]
@@ -187,7 +187,7 @@ The TinyOrmPlayground project can be compiled in a single-threaded or multi-thre
187187
[docs-tinydrivers]: https://www.tinyorm.org/tinydrivers/getting-started
188188
[license-badge]: https://img.shields.io/github/license/silverqx/TinyORM
189189
[license]: https://github.com/silverqx/TinyORM/blob/main/LICENSE
190-
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.38.0-blue
190+
[version-tinyorm-badge]: https://img.shields.io/badge/TinyORM-v0.38.1-blue
191191
[version-tom-badge]: https://img.shields.io/badge/tom-v0.10.0-blue
192192
[version-tinydrivers-badge]: https://img.shields.io/badge/TinyDrivers-v0.2.0-blue
193193
[version-tinymysql-badge]: https://img.shields.io/badge/TinyMySql-v0.2.0-blue

β€Žcmake/vcpkg/ports/tinyorm/vcpkg.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "tinyorm",
4-
"version-semver": "0.38.0",
4+
"version-semver": "0.38.1",
55
"maintainers": "Silver Zachara <[email protected]>",
66
"description": "Modern C++ ORM library for Qt framework",
77
"homepage": "https://github.com/silverqx/TinyORM",

β€Ždocs/README.mdxβ€Ž

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

4949
##### Current versions
5050

51-
- __TinyORM__ v0.38.0
51+
- __TinyORM__ v0.38.1
5252
- __tom__ v0.10.0
5353
- __TinyDrivers__ v0.2.0
5454
- __TinyMySql__ v0.2.0

β€Ždocs/building/hello-world.mdxβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ add_executable(HelloWorld
249249
)\n
250250
find_package(QT NAMES Qt6 COMPONENTS Core REQUIRED)
251251
find_package(Qt\${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
252-
find_package(TinyOrm 0.38.0 CONFIG REQUIRED)\n
252+
find_package(TinyOrm 0.38.1 CONFIG REQUIRED)\n
253253
target_link_libraries(HelloWorld
254254
PRIVATE
255255
Qt\${QT_VERSION_MAJOR}::Core
@@ -271,7 +271,7 @@ add_executable(HelloWorld
271271
)\n
272272
find_package(QT NAMES Qt6 COMPONENTS Core REQUIRED)
273273
find_package(Qt\${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
274-
find_package(TinyOrm 0.38.0 CONFIG REQUIRED)\n
274+
find_package(TinyOrm 0.38.1 CONFIG REQUIRED)\n
275275
target_link_libraries(HelloWorld
276276
PRIVATE
277277
Qt\${QT_VERSION_MAJOR}::Core
@@ -327,7 +327,7 @@ add_executable(HelloWorld
327327
)\n
328328
find_package(QT NAMES Qt6 COMPONENTS Core REQUIRED)
329329
find_package(Qt\${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
330-
find_package(TinyOrm 0.38.0 CONFIG REQUIRED)\n
330+
find_package(TinyOrm 0.38.1 CONFIG REQUIRED)\n
331331
target_link_libraries(HelloWorld
332332
PRIVATE
333333
Qt\${QT_VERSION_MAJOR}::Core
@@ -357,7 +357,7 @@ add_executable(HelloWorld
357357
)\n
358358
find_package(QT NAMES Qt6 COMPONENTS Core REQUIRED)
359359
find_package(Qt\${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
360-
find_package(TinyOrm 0.38.0 CONFIG REQUIRED)\n
360+
find_package(TinyOrm 0.38.1 CONFIG REQUIRED)\n
361361
target_link_libraries(HelloWorld
362362
PRIVATE
363363
Qt\${QT_VERSION_MAJOR}::Core

β€Ždocs/building/migrations.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ tiny_resource_and_manifest(${Tom_target}
503503
504504
find_package(QT NAMES Qt6 COMPONENTS Core REQUIRED)
505505
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core REQUIRED)
506-
find_package(TinyOrm 0.38.0 CONFIG REQUIRED)
506+
find_package(TinyOrm 0.38.1 CONFIG REQUIRED)
507507
508508
# Unconditional dependencies
509509
target_link_libraries(${Tom_target}

β€Ždocs/building/tinyorm.mdxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ cd TinyORM-builds-cmake/build-debug
449449

450450
##### CMake `STRICT_MODE` option
451451

452-
The `STRICT_MODE` `CMake` configuration option was added in `TinyORM` `v0.38.0`. This option was added to avoid the propagation of aggressive strict warning compiler/linker options and Qt definitions from the `TinyORM` library to user code through the [`TinyOrm::CommonConfig`](https://github.com/silverqx/TinyORM/blob/main/cmake/CommonModules/TinyCommon.cmake) interface library.
452+
The `STRICT_MODE` `CMake` configuration option was added in `TinyORM` `v0.38.1`. This option was added to avoid the propagation of aggressive strict warning compiler/linker options and Qt definitions from the `TinyORM` library to user code through the [`TinyOrm::CommonConfig`](https://github.com/silverqx/TinyORM/blob/main/cmake/CommonModules/TinyCommon.cmake) interface library.
453453

454454
`TinyORM` uses the strictest warning level options, virtually anything that can be enabled is enabled to produce a better code. I highly recommend enabling this option to produce better code and to follow good practices. It also helps to follow the `ISOCPP` [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) standards.
455455

@@ -567,7 +567,7 @@ These environment variables have lower priority than CMake `-D` compile definiti
567567
In your application or library `CMakeLists.txt` file add following `find_package()` call.
568568

569569
```cmake title='CMakeLists.txt'
570-
find_package(TinyOrm 0.38.0 CONFIG REQUIRED)
570+
find_package(TinyOrm 0.38.1 CONFIG REQUIRED)
571571
```
572572

573573
If the `TinyORM` build tree is not exported to the CMake's [`User Package Registry`](https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#user-package-registry) then also add the `TinyORM` build tree or `CMAKE_INSTALL_PREFIX` folder to the `CMAKE_PREFIX_PATH`, so CMake can find TinyORM's package configuration file during `find_package(TinyOrm)` call.

β€Žinclude/orm/version.hppβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TINY_SYSTEM_HEADER
1515
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html */
1616
#define TINYORM_VERSION_MAJOR 0
1717
#define TINYORM_VERSION_MINOR 38
18-
#define TINYORM_VERSION_BUGFIX 0
18+
#define TINYORM_VERSION_BUGFIX 1
1919
#define TINYORM_VERSION_BUILD 0
2020
// Should be empty for stable releases, and use the hyphen before to be compatible with SemVer!
2121
#define TINYORM_VERSION_STATUS ""

0 commit comments

Comments
Β (0)