Skip to content

Commit

Permalink
chore(main): release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-radicalbit committed Jun 25, 2024
1 parent 5b1832d commit 46b7c18
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 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.8.1"
".": "0.9.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.9.0](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.8.1...v0.9.0) (2024-06-25)


### Features

* **api:** get all reference/current datasets not paginated ([#26](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/26)) ([6967044](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/696704485683f081436818cf52aed117c1ec81d7))
* get all models not paginated ([#27](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/27)) ([06bd2ef](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/06bd2ef7cb63a362e8f9091fee439794cbdde8d0))
* **sdk:** get all reference and current datasets ([#31](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/31)) ([5b1832d](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/5b1832d1b7558cc94ae29d58f0a93cb62f0949bb))

## [0.8.1](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.8.0...v0.8.1) (2024-06-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion api/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.8.1"
version = "0.9.0"
# x-release-please-end
description = "radicalbit platform"
authors = ["Radicalbit"]
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import {themes as prismThemes} from 'prism-react-renderer';

// x-release-please-start-version
const VERSION = '0.8.1';
const VERSION = '0.9.0';
// x-release-please-end

/** @type {import('@docusaurus/types').Config} */
Expand Down
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "radicalbit-platform-sdk"
# x-release-please-start-version
version = "0.8.1"
version = "0.9.0"
# x-release-please-end
description = ""
authors = ["dev.team <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion spark/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "spark"
# x-release-please-start-version
version = "0.8.1"
version = "0.9.0"
# x-release-please-end
description = "Spark jobs collection for Radicalbit AI Monitoring Platform"
authors = ["Radicalbit <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "radicalbit-ai-monitoring-ui",
"private": true,
"version": "0.8.1",
"version": "0.9.0",
"type": "module",
"scripts": {
"start:local": "NODE_ENV=local && vite --host 0.0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.9.0

0 comments on commit 46b7c18

Please sign in to comment.