Skip to content

Commit d48947f

Browse files
authored
chore: Merge pull request #116 from WebFiori/release-please--branches--main
chore(main): release 1.2.0
2 parents 43192d2 + d7ab387 commit d48947f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/WebFiori/database/compare/v1.1.0...v1.2.0) (2025-11-05)
4+
5+
6+
### Features
7+
8+
* mult-results ([3c275de](https://github.com/WebFiori/database/commit/3c275de161ef4444a1242f9916d5a74a0ef2d68b))
9+
* Multi Result Set ([8e0e4ab](https://github.com/WebFiori/database/commit/8e0e4aba4388db782b71fad95515d250b1791426))
10+
* Multi Result Set ([8fecbf8](https://github.com/WebFiori/database/commit/8fecbf8af0d037abe75fa47f08d5140b0e4a213b))
11+
* Parameterized Raw ([963743b](https://github.com/WebFiori/database/commit/963743bc52281948f8f88dde3c30b617fbd3535b))
12+
* Parameterized Raw ([098285e](https://github.com/WebFiori/database/commit/098285e04e642b0b797040f7e016459393a14c3e))
13+
* Result Set Even for Other Type of Queries ([14e9e5c](https://github.com/WebFiori/database/commit/14e9e5c20e5f6bf23b4ba050812386a2041e7d29))
14+
* Result Set Even for Other Type of Queries ([91551c7](https://github.com/WebFiori/database/commit/91551c70abbc9c7436344cf2a0e0aa0e233c3c42))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* Configurations Update ([3705e5d](https://github.com/WebFiori/database/commit/3705e5d97782fb3318c665cff289c433c65ad682))
20+
* Merge pull request [#114](https://github.com/WebFiori/database/issues/114) from WebFiori/dev ([14e9e5c](https://github.com/WebFiori/database/commit/14e9e5c20e5f6bf23b4ba050812386a2041e7d29))
21+
* Merge pull request [#115](https://github.com/WebFiori/database/issues/115) from WebFiori/dev ([8e0e4ab](https://github.com/WebFiori/database/commit/8e0e4aba4388db782b71fad95515d250b1791426))
22+
* Merge pull request [#117](https://github.com/WebFiori/database/issues/117) from WebFiori/dev ([963743b](https://github.com/WebFiori/database/commit/963743bc52281948f8f88dde3c30b617fbd3535b))
23+
* Merge pull request [#118](https://github.com/WebFiori/database/issues/118) from WebFiori/dev ([43192d2](https://github.com/WebFiori/database/commit/43192d2d0054168a677a713ae45c7b779cb5cb85))
24+
325
## [1.1.0](https://github.com/WebFiori/database/compare/v1.0.0...v1.1.0) (2025-09-29)
426

527

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webfiori/database",
33
"description": "Database abstraction layer of WebFiori framework.",
44
"type": "library",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"keywords": [
77
"Database",
88
"PHP",

0 commit comments

Comments
 (0)