Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#5)
Browse files Browse the repository at this point in the history
* chore(main): release 0.9.0

* chore: update release version

---------

Co-authored-by: Paolo Filippelli <[email protected]>
  • Loading branch information
devops-radicalbit and paoloyx authored Jun 20, 2024
1 parent b00ff4f commit e046d02
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.8.0 (2024-06-20)

### Features

* first public release ([b00ff4f](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/b00ff4f0de8fc07b0f55ab54b4b288c1f386378d))
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "radicalbit-ai-monitoring"
# x-release-please-start-version
version = "0.1.0"
version = "0.8.0"
# x-release-please-end
description = "radicalbit platform"
authors = ["Radicalbit"]
Expand Down
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "radicalbit-platform-sdk"
# x-release-please-start-version
version = "0.0.1"
version = "0.8.0"
# x-release-please-end
description = ""
authors = ["dev.team <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion spark/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "spark"
# x-release-please-start-version
version = "0.1.0"
version = "0.8.0"
# x-release-please-end
description = "Spark jobs collection for Radicalbit AI Monitoring Platform"
authors = ["Radicalbit <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "radicalbit-ai-monitoring-ui",
"private": true,
"version": "0.0.0",
"version": "0.8.0",
"type": "module",
"scripts": {
"start:local": "NODE_ENV=local && vite --host 0.0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0

0 comments on commit e046d02

Please sign in to comment.