-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from wayofdev/release-please--branches--master-…
…-components--laravel-package-tpl chore(master): release 0.2.0
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.1.0" | ||
".": "0.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
## [0.2.0](https://github.com/wayofdev/active-record/compare/v0.1.0...v0.2.0) (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* added buggregator/trap support with Makefile and docker ([9a0de71](https://github.com/wayofdev/active-record/commit/9a0de7197c63cecb68460672f9dbce24d5db5bc0)) | ||
* code updates ([9a0de71](https://github.com/wayofdev/active-record/commit/9a0de7197c63cecb68460672f9dbce24d5db5bc0)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* failing static facade tests ([6f72a44](https://github.com/wayofdev/active-record/commit/6f72a448dd345cd5d2d5a4baf6b1410855c136d2)) | ||
* laravel service provider ([9a0de71](https://github.com/wayofdev/active-record/commit/9a0de7197c63cecb68460672f9dbce24d5db5bc0)) | ||
* phpstan errors on level 5 ([9a0de71](https://github.com/wayofdev/active-record/commit/9a0de7197c63cecb68460672f9dbce24d5db5bc0)) | ||
* psalm and infection checks ([ba78f31](https://github.com/wayofdev/active-record/commit/ba78f31edbdcc3800a3ea57bb3d708ec8e8c277f)) | ||
* require dependencies ([d88008e](https://github.com/wayofdev/active-record/commit/d88008e315f1479a657980a571601edd5fe5cfc7)) | ||
|
||
|
||
### Documentation | ||
|
||
* add initial readme ([25fd256](https://github.com/wayofdev/active-record/commit/25fd2563e291c6e9fe2162274b8662231bb529b3)) | ||
* readme updates ([5f83cfc](https://github.com/wayofdev/active-record/commit/5f83cfc58bc0672e518ae68ecf86deacded48084)) | ||
* update readme ([0cb8374](https://github.com/wayofdev/active-record/commit/0cb837475719c7ce9f2d23654711f71a55e49865)) | ||
* update readme ([9aebaff](https://github.com/wayofdev/active-record/commit/9aebaffa4cd5bebc83057c84cc17faaa34de1716)) | ||
|
||
|
||
### Dependencies | ||
|
||
* require laravel support package as dev package ([908ace0](https://github.com/wayofdev/active-record/commit/908ace0a6e54e2d45431447a887c9aa718c6f214)) |