Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#2)
Browse files Browse the repository at this point in the history
* chore(main): release 0.2.0

* chore: first public release is "0.5.0"

---------

Co-authored-by: paoloyx <[email protected]>
  • Loading branch information
devops-radicalbit and paoloyx authored Jul 4, 2024
1 parent 58e9a9b commit 48c4973
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 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.1.0"
".": "0.5.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.5.0 (2024-07-04)

### Features

* add first installer version ([11a1b27](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/11a1b27d7668e97f2688b64c5239d5c0b486c886))
* add first installer version ([246e79a](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/246e79a09f486b9d2b9e37ef10565710e0f913de))
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.1.0"
version = "0.5.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.0.1"
CLI_VERSION = "0.5.0"
# x-release-please-end
MODULE_PATH = path.abspath(path.dirname(radicalbit_ai_monitoring.__file__))

Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.5.0

0 comments on commit 48c4973

Please sign in to comment.