Skip to content

Commit

Permalink
chore(master): release 0.8.0 (#32)
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] committed Jul 24, 2024
1 parent 111abaf commit 4f4a952
Show file tree
Hide file tree
Showing 2 changed files with 9 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.7.0"
".": "0.8.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.0](https://github.com/cycle/active-record/compare/v0.7.0...v0.8.0) (2024-07-24)


### Features

* implement AR transaction via UoW ([9b55326](https://github.com/cycle/active-record/commit/9b553264043c1d77a84b168c3cfc8546f17299f0))
* rewrite AR transaction to using EntityManager ([10dea8f](https://github.com/cycle/active-record/commit/10dea8ff5f2802db69e309ccd3db094bc433ddab))

## [0.7.0](https://github.com/cycle/active-record/compare/v0.6.0...v0.7.0) (2024-07-04)


Expand Down

0 comments on commit 4f4a952

Please sign in to comment.