Skip to content

Commit c93e337

Browse files
committed
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.16...v1.13.0) (2025-10-31) ### Features * **nativeQueries:** support for union queries ([#199](#199)) ([6408a39](6408a39))
1 parent 6408a39 commit c93e337

File tree

13 files changed

+19
-12
lines changed
  • lib/agent_ruby
  • packages
    • forest_admin_agent/lib/forest_admin_agent
    • forest_admin_datasource_active_record/lib/forest_admin_datasource_active_record
    • forest_admin_datasource_customizer/lib/forest_admin_datasource_customizer
    • forest_admin_datasource_mongoid/lib/forest_admin_datasource_mongoid
    • forest_admin_datasource_rpc/lib/forest_admin_datasource_rpc
    • forest_admin_datasource_toolkit/lib/forest_admin_datasource_toolkit
    • forest_admin_rails/lib/forest_admin_rails
    • forest_admin_rpc_agent/lib/forest_admin_rpc_agent
    • forest_admin_test_toolkit/lib/forest_admin_test_toolkit

13 files changed

+19
-12
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.13.0](https://github.com/ForestAdmin/agent-ruby/compare/v1.12.16...v1.13.0) (2025-10-31)
2+
3+
4+
### Features
5+
6+
* **nativeQueries:** support for union queries ([#199](https://github.com/ForestAdmin/agent-ruby/issues/199)) ([6408a39](https://github.com/ForestAdmin/agent-ruby/commit/6408a39bb37632719d02893829d0744dfdccf426))
7+
18
## [1.12.16](https://github.com/ForestAdmin/agent-ruby/compare/v1.12.15...v1.12.16) (2025-10-30)
29

310

β€Žlib/agent_ruby/version.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AgentRuby
2-
VERSION = "1.12.16"
2+
VERSION = "1.13.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": "agent-ruby",
3-
"version": "1.12.16",
3+
"version": "1.13.0",
44
"description": "The official agent Ruby for Forest.",
55
"private": false,
66
"repository": {

β€Žpackages/forest_admin_agent/lib/forest_admin_agent/utils/schema/schema_emitter.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Utils
66
module Schema
77
class SchemaEmitter
88
LIANA_NAME = "agent-ruby"
9-
LIANA_VERSION = "1.12.16"
9+
LIANA_VERSION = "1.13.0"
1010

1111
def self.generate(datasource)
1212
datasource.collections
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminAgent
2-
VERSION = "1.12.16"
2+
VERSION = "1.13.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceActiveRecord
2-
VERSION = "1.12.16"
2+
VERSION = "1.13.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceCustomizer
2-
VERSION = "1.12.16"
2+
VERSION = "1.13.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceMongoid
2-
VERSION = "1.12.16"
2+
VERSION = "1.13.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceRpc
2-
VERSION = "1.12.16"
2+
VERSION = "1.13.0"
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestAdminDatasourceToolkit
2-
VERSION = "1.12.16"
2+
VERSION = "1.13.0"
33
end

0 commit comments

Comments
Β (0)