Skip to content

Commit

Permalink
Merge pull request #208 from cycle/release-please--branches--2.x--com…
Browse files Browse the repository at this point in the history
…ponents--database

chore(2.x): release 2.11.1
  • Loading branch information
roxblnfk authored Oct 22, 2024
2 parents 94da60a + b3282d3 commit a5e3a51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.11.0"
".": "2.11.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.11.1](https://github.com/cycle/database/compare/2.11.0...2.11.1) (2024-10-22)


### Bug Fixes

* typecasting of an integer to a boolean in SQLite ([32c29c7](https://github.com/cycle/database/commit/32c29c760ca30735b4d0f36b8ad11af9bb470997))


### Continuous Integration

* fix MSSQL initialization in CI ([678c049](https://github.com/cycle/database/commit/678c04970760f5be76e13dde9f84dd85d4465e37))
* replace `docker-compose` with `docker compose` ([914ed58](https://github.com/cycle/database/commit/914ed5837966fd11ee5a559f3e9b9564eaeb06f3))

## [2.11.0](https://github.com/cycle/database/compare/2.10.0...2.11.0) (2024-06-11)


Expand Down

0 comments on commit a5e3a51

Please sign in to comment.