Skip to content

Commit

Permalink
chore(main): release 0.10.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-radicalbit authored Dec 10, 2024
1 parent f284618 commit a33901a
Show file tree
Hide file tree
Showing 5 changed files with 11 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.9.0"
".": "0.10.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.0](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.9.0...v0.10.0) (2024-12-10)


### Features

* update demo and platform version ([#14](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/issues/14)) ([f284618](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/f284618fffc4e8228d961835bfaced1b9a85ece0))

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


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.9.0"
version = "0.10.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.9.0"
CLI_VERSION = "0.10.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.9.0
0.10.0

0 comments on commit a33901a

Please sign in to comment.