Skip to content

Commit 009f77b

Browse files
committed
chore(release): prepare v0.1.72
1 parent a4b592f commit 009f77b

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.72] - 2026-04-13
9+
10+
### Fixed
11+
- CI `unit-tests` pipeline now passes again after restoring missing test compatibility helper `build_test_ctx` in `lerim.agents.tools`.
12+
- Addressed Ruff failures in unit tests (unused imports and ambiguous loop variable names), so release branches no longer fail lint before tests run.
13+
- Kept queue project filter fallback behavior while removing unused exception binding in API path resolution.
14+
815
## [0.1.71] - 2026-04-13
916

1017
### Added

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1010

1111
- No entries yet.
1212

13+
## [0.1.72] - 2026-04-13
14+
15+
### Fixed
16+
17+
- Restored `build_test_ctx` compatibility helper in `lerim.agents.tools`, fixing `tests/unit/test_tools.py` import errors in CI.
18+
- Cleaned up Ruff violations in unit tests (unused imports and ambiguous loop variable names), so `CI / unit-tests` is green again.
19+
- Preserved queue project fallback semantics while removing an unused exception binding in API project resolution.
20+
1321
## [0.1.71] - 2026-04-13
1422

1523
### Added

pyproject.toml

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

55
[project]
66
name = "lerim"
7-
version = "0.1.71"
7+
version = "0.1.72"
88
description = "Continual learning layer for coding agents and software projects."
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)