From 612247c5a9dd4933f95efefe5c337af44b0a82d0 Mon Sep 17 00:00:00 2001 From: Sassan Haradji Date: Fri, 27 Sep 2024 16:18:05 +0400 Subject: [PATCH] chore(release): v0.17.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc99c20..0f35c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Upcoming +## Version 0.17.0 - feat(rpc): add a proto generator which parses actions and events files and generates proto files for them - feat(rpc): add `rpc` service with `dispatch` method to let external services dispatch actions and events to the redux bus diff --git a/pyproject.toml b/pyproject.toml index b284656..9da1cdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ubo-app" -version = "0.16.2" +version = "0.17.0" description = "Ubo main app, running on device initialization. A platform for running other apps." authors = ["Sassan Haradji "] license = "Apache-2.0"