Skip to content

Commit

Permalink
Merge pull request #6 from radicalbit/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.6.0
  • Loading branch information
bigmoby authored Jul 16, 2024
2 parents 1b7eff1 + 02f4c91 commit 8634d55
Show file tree
Hide file tree
Showing 5 changed files with 17 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.5.1"
".": "0.6.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.5.1...v0.6.0) (2024-07-16)


### Features

* add minio mirror and init data containers in docker for setup demo models ([e51accb](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/e51accb2570ab6e113827123c776615462cb5752))
* align with latest image ([df805fa](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/df805fa39d2487de3f6fe4666742e18c7f5ef8b6))


### Bug Fixes

* add external images ([e0de104](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/e0de104b0a3c0915c6cbe75e7eb5d1efc79410b3))

## [0.5.1](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.5.0...v0.5.1) (2024-07-04)


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.5.1"
version = "0.6.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.5.1"
CLI_VERSION = "0.6.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.5.1
0.6.0

0 comments on commit 8634d55

Please sign in to comment.