Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
silvamfilipe committed Jul 10, 2024
2 parents 06873ae + 4c7433d commit 27252d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ build:
analysis:
tests:
override:
- php-scrutinizer-ru
- php-scrutinizer-run
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v2.0.0] - 2024-07-10
### Added
- Doctrine DBAL driver middleware to log database operations with duration
- `EntityCollection`, `EntityManagerFactory` to manages ORM and DBAL access to databases
Expand All @@ -26,5 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Completely remake for Slick v1.2.0.
- First released stand alone ORM package for Slick framework.

[Unreleased]: https://github.com/slickframework/orm/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/slickframework/orm/compare/v2.0.0...HEAD
[v2.0.0]: https://github.com/slickframework/orm/compare/v1.2.0...v2.0.0
[v1.2.0]: https://github.com/slickframework/orm/compare/724593...v1.2.0

0 comments on commit 27252d8

Please sign in to comment.