Skip to content

Commit 36ba964

Browse files
authored
Merge pull request #15 from cycle/release-please--branches--master--components--laravel-package-tpl
chore(master): release 0.5.0
2 parents 6d08c64 + 5ad6b06 commit 36ba964

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/cycle/active-record/compare/v0.4.0...v0.5.0) (2024-05-05)
4+
5+
6+
### Features
7+
8+
* ActiveQuery PoC ([502fa02](https://github.com/cycle/active-record/commit/502fa02202f31f253e5a7a279832a52486911ade))
9+
* Add ActiveRepository draft ([35e496b](https://github.com/cycle/active-record/commit/35e496b10b2218e5da22d88a018f20c0ac301d1e))
10+
* add repository method for active-record class ([b3aef78](https://github.com/cycle/active-record/commit/b3aef78f4a5317240391d65c6e34349ccf1d4d34))
11+
* set repository namespace from wayofdev to cycle ([918a1df](https://github.com/cycle/active-record/commit/918a1df419df7077ea33b47c0ab2fd0f1de8b46d))
12+
* use ActiveQuery class in ActiveRecord ([350b9f5](https://github.com/cycle/active-record/commit/350b9f5007030befed2b80b63d42c6ccaa17419b))
13+
14+
15+
### Bug Fixes
16+
17+
* generic types ([3e74968](https://github.com/cycle/active-record/commit/3e749683507f34f69c449c600bce70ac9dd4ed5d))
18+
* generics in repository ([ba41883](https://github.com/cycle/active-record/commit/ba41883ae151ad6548eb9f82468b3cb2ebe3ffa2))
19+
320
## [0.4.0](https://github.com/wayofdev/active-record/compare/v0.3.0...v0.4.0) (2024-05-03)
421

522

0 commit comments

Comments
 (0)