Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-radicalbit authored Oct 31, 2024
1 parent 0ebb3f6 commit 078dc75
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.9.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.0](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.8.0...v0.9.0) (2024-10-31)


### Features

* added new platform version ([9ec0497](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/9ec04979908d90c6ed0e420d248ab800882ff899))
* updated demo data ([8378986](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/83789867bd5d67fcb00bf216d53a531adafa0595))

## [0.8.0](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.7.0...v0.8.0) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion 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.8.0"
version = "0.9.0"
# x-release-please-end
description = "Radicalbit AI Monitoring platform installer"
authors = ["Radicalbit"]
Expand Down
2 changes: 1 addition & 1 deletion radicalbit_ai_monitoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


# x-release-please-start-version
CLI_VERSION = "0.8.0"
CLI_VERSION = "0.9.0"
# x-release-please-end
MODULE_PATH = path.abspath(path.dirname(radicalbit_ai_monitoring.__file__))

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0

0 comments on commit 078dc75

Please sign in to comment.