Skip to content

Commit 41913a1

Browse files
chore(main): release 0.12.0 (#19)
1 parent 47d2d11 commit 41913a1

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.12.0](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.11.0...v0.12.0) (2025-12-17)
4+
5+
6+
### Features
7+
8+
* release v1.4.0 ([#18](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/issues/18)) ([47d2d11](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/commit/47d2d11173440105f063e313fa97e1dd33901452))
9+
310
## [0.11.0](https://github.com/radicalbit/radicalbit-ai-monitoring-installer/compare/v0.10.0...v0.11.0) (2025-06-17)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "radicalbit-ai-monitoring"
33
# x-release-please-start-version
4-
version = "0.11.0"
4+
version = "0.12.0"
55
# x-release-please-end
66
description = "Radicalbit AI Monitoring platform installer"
77
authors = ["Radicalbit"]

radicalbit_ai_monitoring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
# x-release-please-start-version
6-
CLI_VERSION = "0.11.0"
6+
CLI_VERSION = "0.12.0"
77
# x-release-please-end
88
MODULE_PATH = path.abspath(path.dirname(radicalbit_ai_monitoring.__file__))
99

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

0 commit comments

Comments
 (0)