Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-radicalbit authored Aug 20, 2024
1 parent a8bb54e commit 9e72e0c
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.7.0"
".": "0.8.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.8.0](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.7.0...v0.8.0) (2024-08-20)


### Features

* support for AI Platform version 1.0.1 ([a8bb54e](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/a8bb54e8a1266b36c6a3f9de37c5a04f4280f042))

## [0.7.0](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.6.0...v0.7.0) (2024-08-06)


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.7.0"
version = "0.8.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.7.0"
CLI_VERSION = "0.8.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.7.0
0.8.0

0 comments on commit 9e72e0c

Please sign in to comment.