Skip to content

Commit

Permalink
chore(master): release 0.6.0 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 27, 2024
1 parent d8616f8 commit 6bdf0de
Show file tree
Hide file tree
Showing 2 changed files with 24 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.5.0"
".": "0.6.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.6.0](https://github.com/cycle/active-record/compare/v0.5.0...v0.6.0) (2024-06-11)


### Features

* **ActiveQuery:** orm is available as protected property of class ([92c65f4](https://github.com/cycle/active-record/commit/92c65f4c6a84112fa772a5c691081be5f780df9f))
* rename active record method (find =&gt; findByPK); add type annotations ([58d85ca](https://github.com/cycle/active-record/commit/58d85ca5afdebf183067e0efcf51f299b207f70d))
* rename active repository methods; add type annotations ([485848b](https://github.com/cycle/active-record/commit/485848b09f83f0e757b08e343a2f0f81b86ae142))


### Bug Fixes

* psalm failure and markdown failure with docs dir ([956618d](https://github.com/cycle/active-record/commit/956618dc9db40da396508f52cf3824d5e3ba1b45))
* use self accessor, as test classes are final ([b0b0eb1](https://github.com/cycle/active-record/commit/b0b0eb128fbdd43de8f395f716677c261387ec6b))


### Documentation

* add initial CONTRIBUTING.md ([6e5cf81](https://github.com/cycle/active-record/commit/6e5cf81de3447d39cfe4836a0aad6f03ddb37f85))
* No subject [13] ([9f4b397](https://github.com/cycle/active-record/commit/9f4b3972b7f1d7e507a2a2003b08ac3a7b12b00a))
* No subject [16] ([7cc6ab3](https://github.com/cycle/active-record/commit/7cc6ab35da9ba0e7f80b96dd82d3ce4c2937681f))
* update CONTRIBUTING.md guidelines ([409cf4e](https://github.com/cycle/active-record/commit/409cf4ec4ee9a2b98ef0bb04b8b1814e3acaeee2))

## [0.5.0](https://github.com/cycle/active-record/compare/v0.4.0...v0.5.0) (2024-05-05)


Expand Down

0 comments on commit 6bdf0de

Please sign in to comment.