We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111abaf commit 4f4a952Copy full SHA for 4f4a952
.github/.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.7.0"
+ ".": "0.8.0"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.8.0](https://github.com/cycle/active-record/compare/v0.7.0...v0.8.0) (2024-07-24)
4
+
5
6
+### Features
7
8
+* implement AR transaction via UoW ([9b55326](https://github.com/cycle/active-record/commit/9b553264043c1d77a84b168c3cfc8546f17299f0))
9
+* rewrite AR transaction to using EntityManager ([10dea8f](https://github.com/cycle/active-record/commit/10dea8ff5f2802db69e309ccd3db094bc433ddab))
10
11
## [0.7.0](https://github.com/cycle/active-record/compare/v0.6.0...v0.7.0) (2024-07-04)
12
13
0 commit comments