Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.6",
"version": "0.2.7",
"configurations": [
{
"name": "Debug Frontend",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down