From b52a986d4d5aadfa0838c377a2192bd4d2894fd8 Mon Sep 17 00:00:00 2001 From: DawnDevelop Date: Fri, 27 Feb 2026 13:02:02 +0100 Subject: [PATCH 1/2] chore(api): prepare release v0.0.15 - Update API version to 0.0.15 - Add API v0.0.15 section to CHANGELOG.md This commit prepares the API for release v0.0.15. Please review and update the changelog content before merging. --- CHANGELOG.md | 14 ++++++++++++++ src/Lintellect.Api/Lintellect.Api.csproj | 8 ++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1939540..45866ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [API v0.0.15] - 2026-02-27 + +### Added +- TBD + +### Changed +- TBD + +### Fixed +- TBD + +### Security +- TBD + ## [API v0.0.14] - 2025-11-18 diff --git a/src/Lintellect.Api/Lintellect.Api.csproj b/src/Lintellect.Api/Lintellect.Api.csproj index 2390465..4ee09df 100644 --- a/src/Lintellect.Api/Lintellect.Api.csproj +++ b/src/Lintellect.Api/Lintellect.Api.csproj @@ -12,10 +12,10 @@ ..\.. - 0.0.14 - 0.0.14.0 - 0.0.14.0 - 0.0.14 + 0.0.15 + 0.0.15.0 + 0.0.15.0 + 0.0.15 Lintellect API From d6de9f4bfe4dea77b9044895156004d46417d14e Mon Sep 17 00:00:00 2001 From: DawnDevelop Date: Fri, 27 Feb 2026 13:03:10 +0100 Subject: [PATCH 2/2] Global Cap for comments --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45866ea..874b70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + ## [API v0.0.15] - 2026-02-27 ### Added -- TBD + +- Global Cap for comments ### Changed + - TBD ### Fixed + - TBD ### Security -- TBD +- Updated Dependencies ## [API v0.0.14] - 2025-11-18