Skip to content

Commit 23f1cc3

Browse files
authored
Merge pull request #94 from WebFiori/release-please--branches--main
chore(main): release 0.8.12
2 parents 4684e88 + 473bd02 commit 23f1cc3

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.8.12](https://github.com/WebFiori/database/compare/v0.8.11...v0.8.12) (2024-12-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Added Missing Error Code in Exception ([d8adc32](https://github.com/WebFiori/database/commit/d8adc321a6bfca7753f1c2539c391b5c12cd4795))

composer.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
"name": "webfiori/database",
33
"description": "Database abstraction layer of WebFiori framework.",
44
"type": "library",
5-
"version":"0.8.11",
5+
"version": "0.8.12",
66
"keywords": [
7-
"Database","PHP","Query Builder","Library","MySQL"
7+
"Database",
8+
"PHP",
9+
"Query Builder",
10+
"Library",
11+
"MySQL"
812
],
913
"license": "MIT",
1014
"require": {
11-
"webfiori/jsonx":"*"
15+
"webfiori/jsonx": "*"
1216
},
13-
"autoload" :{
14-
"psr-4":{
15-
"webfiori\\database\\":"webfiori\\database"
17+
"autoload": {
18+
"psr-4": {
19+
"webfiori\\database\\": "webfiori\\database"
1620
}
1721
}
1822
}

0 commit comments

Comments
 (0)