Skip to content

Commit b550207

Browse files
(versioning) bump the versioning to v0.0.5
1 parent c598614 commit b550207

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased] - 2026-04-17
5+
## [v0.0.5] - 2026-04-17
66

77
### Changed
88

openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: Resolver Analysis Engine
44
description: AI-powered root cause analysis and anomaly detection over logs, metrics,
55
and traces.
6-
version: 0.0.4
6+
version: 0.0.5
77
paths:
88
/api/v1/health:
99
get:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "resolver"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
description = "Resolver RCA and analysis service for the Observantio platform."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)