Skip to content

Commit 38e84b7

Browse files
authored
Merge pull request #139 from WebFiori/release-please--branches--main
chore(main): release 2.1.0
2 parents 1dafefa + a4eba6a commit 38e84b7

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/WebFiori/database/compare/v2.0.3...v2.1.0) (2026-05-10)
4+
5+
6+
### Features
7+
8+
* **migrations:** surface errors in dry run pending changes ([2cc91b9](https://github.com/WebFiori/database/commit/2cc91b94d6d78e2259c8fd028f692237a70dcd17)), closes [#129](https://github.com/WebFiori/database/issues/129)
9+
* **schema:** add skip/baseline support to SchemaRunner ([98ff685](https://github.com/WebFiori/database/commit/98ff68529f8d8e8e38aee87e808b54dd3673a13b)), closes [#136](https://github.com/WebFiori/database/issues/136)
10+
11+
12+
### Bug Fixes
13+
14+
* **mysql:** cast PHP booleans to int for bit(1) column bindings ([480e659](https://github.com/WebFiori/database/commit/480e659bacaeaa27e9e5a58b8103697cab5f7513)), closes [#135](https://github.com/WebFiori/database/issues/135)
15+
* **mysql:** cast PHP booleans to int for bit(1) column bindings ([d19c735](https://github.com/WebFiori/database/commit/d19c735c09a23fbf5b928d6573cf3de858f27152)), closes [#135](https://github.com/WebFiori/database/issues/135)
16+
317
## [2.0.3](https://github.com/WebFiori/database/compare/v2.0.2...v2.0.3) (2026-04-28)
418

519

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": "2.0.3",
5+
"version": "2.1.0",
66
"keywords": [
77
"Database",
88
"PHP",

0 commit comments

Comments
 (0)