From d3bb264fef0ccb0a619c8d8186ed13133f4f62b7 Mon Sep 17 00:00:00 2001 From: oskar <53711292+oskarkocol@users.noreply.github.com> Date: Tue, 19 May 2026 11:31:49 +0700 Subject: [PATCH] add release 0.2.7 --- .env.example | 2 +- CHANGELOG.md | 13 +++++++++++++ backend/pyproject.toml | 2 +- backend/uv.lock | 2 +- docs/package.json | 2 +- frontend/.vscode/launch.json | 2 +- frontend/package.json | 2 +- 7 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 0b36376..54a0de0 100644 --- a/.env.example +++ b/.env.example @@ -48,7 +48,7 @@ LOG_FILE_PATH=logs/app.log # =================================== API_TITLE=Narev Backend API_DESCRIPTION=FOCUS 1.2 compliant billing data analyzer for cloud and SaaS providers -API_VERSION=0.2.6 +API_VERSION=0.2.7 # FOCUS FOCUS_VERSION=1.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index b974af2..8bfa7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.7] - 2026-05-19s + +### Changed + +- Added Docker Compose setup instructions to the README + +### Dependencies + +- Updated frontend npm dependencies +- Updated backend Python dependencies + + ## [0.2.6] - 2026-05-14 ### Changed @@ -16,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `pnpm` to v10.33.4 - Updated npm, Python, and GitHub Actions dependencies + ## [0.2.5] - 2026-05-13 ### Security diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 87f6d97..c764774 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "narev-api" -version = "0.2.6" +version = "0.2.7" description = "NarevAI - FOCUS billing data analyzer" requires-python = ">=3.12,<3.13" dependencies = [ diff --git a/backend/uv.lock b/backend/uv.lock index df2efc3..475837e 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -31,7 +31,7 @@ wheels = [ [[package]] name = "narev-api" -version = "0.2.6" +version = "0.2.7" source = { editable = "." } dependencies = [ { name = "pydantic" }, diff --git a/docs/package.json b/docs/package.json index 8362823..99e30ed 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "narev-docs", - "version": "0.2.6", + "version": "0.2.7", "description": "Documentation for Narev - FinOps Cost Explorer", "packageManager": "pnpm@10.33.4", "pnpm": { diff --git a/frontend/.vscode/launch.json b/frontend/.vscode/launch.json index 138675f..a2e3484 100644 --- a/frontend/.vscode/launch.json +++ b/frontend/.vscode/launch.json @@ -1,5 +1,5 @@ { - "version": "0.2.6", + "version": "0.2.7", "configurations": [ { "name": "Debug Frontend", diff --git a/frontend/package.json b/frontend/package.json index 5306922..f88f841 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "narev", "private": false, - "version": "0.2.6", + "version": "0.2.7", "packageManager": "pnpm@10.33.4", "engines": { "node": ">=24.0.0"