Skip to content

Commit a63b21b

Browse files
committed
chore(release): 9.14.0 [skip ci]
# [9.14.0](v9.13.0...v9.14.0) (2025-05-26) ### Features * improve performance by avoiding unnecessary jointure on belongsTo relations ([#735](#735)) ([a256135](a256135))
1 parent a256135 commit a63b21b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [9.14.0](https://github.com/ForestAdmin/forest-rails/compare/v9.13.0...v9.14.0) (2025-05-26)
2+
3+
4+
### Features
5+
6+
* improve performance by avoiding unnecessary jointure on belongsTo relations ([#735](https://github.com/ForestAdmin/forest-rails/issues/735)) ([a256135](https://github.com/ForestAdmin/forest-rails/commit/a256135fad5353db3743f837c5a5e0016c1f2ad8))
7+
18
# [9.13.0](https://github.com/ForestAdmin/forest-rails/compare/v9.12.2...v9.13.0) (2025-05-26)
29

310

lib/forest_liana/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestLiana
2-
VERSION = "9.13.0"
2+
VERSION = "9.14.0"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forest-rails",
3-
"version": "9.13.0",
3+
"version": "9.14.0",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)