Skip to content

Commit

Permalink
Release v8.0.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Rigby committed Jul 1, 2019
1 parent f3e7a60 commit 4a2b150
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

# 8.0.0
* Reorganize project structure
* Split original single application into multiple OTP applications:
* `farmbot_celery_script` - CeleryScript compiler and friends
* `farmbot_firmware` - Interaction with the motor controler
* `farmbot_core` - Main database access and other workers
* `farmbot_ext` - Extra, mostly networked functionality
* `farmbot_os` - `Nerves` Framework
* Refactor global process initialization
* Refactor networking for increased reliability
* Refactor CeleryScript to support run-time variables
* Preliminary support for raspberry pi 0

# 7.0.3
* Update to AMQP to disable `heartbeat` timeouts
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
8.0.0
8.0.0-rc0

0 comments on commit 4a2b150

Please sign in to comment.