From d63422583d9a560ac01d0daafb5fb9a678e13dc1 Mon Sep 17 00:00:00 2001 From: Manny Freeze <55148495+FreezeManny@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:45:28 +0200 Subject: [PATCH] chore(main): release labops 0.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ src/__about__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97dd7ac..63a45e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.10.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 071e03a..ae37a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.10.0](https://github.com/FreezeManny/labops/compare/labops-v0.9.1...labops-v0.10.0) (2026-08-19) + + +### Features + +* short web service ([#69](https://github.com/FreezeManny/labops/issues/69)) ([a526369](https://github.com/FreezeManny/labops/commit/a5263697d1d55ee9af9a8c66026950f3a2888565)) + + +### Bug Fixes + +* build pipeline ([#72](https://github.com/FreezeManny/labops/issues/72)) ([c8b9de6](https://github.com/FreezeManny/labops/commit/c8b9de62738af7f8cbde12636f26cb7c3d5a2991)) +* derive the version from src/__about__.py ([#74](https://github.com/FreezeManny/labops/issues/74)) ([d5b8511](https://github.com/FreezeManny/labops/commit/d5b8511ebe605083dceae42563f2241fa4959b39)) + ## [0.9.1](https://github.com/FreezeManny/labops/compare/labops-v0.9.0...labops-v0.9.1) (2026-08-13) diff --git a/src/__about__.py b/src/__about__.py index 2eef54b..3ed542d 100644 --- a/src/__about__.py +++ b/src/__about__.py @@ -3,4 +3,4 @@ # pyproject states one statically, so a release bump there left the lock stale # and `uv sync --locked` failed on every release PR. With a dynamic version the # lock carries no version at all and the bump cannot desynchronise it. -__version__ = "0.9.1" # x-release-please-version +__version__ = "0.10.0" # x-release-please-version