Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.6](v1.0.0-beta.5...v1.0.0-beta.6) (2023-10-23)

### Features

* **engine:** improve setup agent ([#8](#8)) ([8fb5c29](8fb5c29))
  • Loading branch information
forest-bot committed Oct 23, 2023
1 parent 8fb5c29 commit c78cfe4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.6](https://github.com/ForestAdmin/agent-ruby/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2023-10-23)


### Features

* **engine:** improve setup agent ([#8](https://github.com/ForestAdmin/agent-ruby/issues/8)) ([8fb5c29](https://github.com/ForestAdmin/agent-ruby/commit/8fb5c29b3cb611f6847985c099d6a9bd33e442b3))

# [1.0.0-beta.5](https://github.com/ForestAdmin/agent-ruby/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2023-10-13)


Expand Down
2 changes: 1 addition & 1 deletion lib/agent_ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AgentRuby
VERSION = "1.0.0-beta.5"
VERSION = "1.0.0-beta.6"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-php",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "The official agent Ruby for Forest.",
"private": false,
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Schema
class SchemaEmitter
LIANA_NAME = "forest-rails"

LIANA_VERSION = "1.0.0-beta.5"
LIANA_VERSION = "1.0.0-beta.6"

def self.get_serialized_schema(datasource)
schema_path = Facades::Container.cache(:schema_path)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminAgent
VERSION = "1.0.0-beta.5"
VERSION = "1.0.0-beta.6"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminDatasourceActiveRecord
VERSION = "1.0.0-beta.5"
VERSION = "1.0.0-beta.6"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminDatasourceToolkit
VERSION = "1.0.0-beta.5"
VERSION = "1.0.0-beta.6"
end
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestAdminRails
VERSION = "1.0.0-beta.5"
VERSION = "1.0.0-beta.6"
end

0 comments on commit c78cfe4

Please sign in to comment.