Skip to content

Commit

Permalink
Merge pull request #2 from wayofdev/release-please--branches--master-…
Browse files Browse the repository at this point in the history
…-components--laravel-package-tpl

chore(master): release 0.2.0
  • Loading branch information
lotyp authored May 2, 2024
2 parents b051f1f + 59ccc44 commit a7dcca3
Show file tree
Hide file tree
Showing 2 changed files with 32 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 @@
{
".": "0.1.0"
".": "0.2.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
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))

0 comments on commit a7dcca3

Please sign in to comment.