You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+53-4Lines changed: 53 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,60 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [0.1.2] - 2026-04-16
9
-
<!--
10
-
SPDX-FileCopyrightText: 2026 Knitli Inc.
11
9
12
-
SPDX-License-Identifier: MIT OR Apache-2.0
13
-
-->
10
+
### Bug Fixes
11
+
12
+
- fix: prevent Python 3.12 CI hang by excluding real_providers tests and hardening timeouts ([#337](https://github.com/knitli/codeweaver/pull/337))
13
+
- fix: use time.monotonic() in ResourceGovernor to prevent Python 3.12 CI hang ([#336](https://github.com/knitli/codeweaver/pull/336))
14
+
- fix(ci): remove redundant post-pytest coverage commands causing all CI runs to fail ([#334](https://github.com/knitli/codeweaver/pull/334))
15
+
- fix(tests): address nightly test failures ([#332](https://github.com/knitli/codeweaver/pull/332))
16
+
- fix: test-cov mise task silently drops CLI args; profile test wrong on 3.14 ([#331](https://github.com/knitli/codeweaver/pull/331))
17
+
- fix: restore PR #302 fixes reverted by PR #319's stale main merge ([#326](https://github.com/knitli/codeweaver/pull/326))
18
+
- fix: configure workspace members for uv-dynamic-versioning and update Dockerfile to use uv build ([#325](https://github.com/knitli/codeweaver/pull/325))
- chore(claude-plugin): Removed the CodeWeaver Claude Code plugin from the repo. The plugin is now part of the [Knitli Agent Toolshed](https://github.com/knitli/toolshed). You can add it with `/plugin marketplace add knitli/toolshed` and then `/plugin install codeweaver`
44
+
- chore: re-establish REUSE compliance
45
+
46
+
### Performance
47
+
48
+
- Improve delimiter chunking performance and governor checks for Python 3.13 CI ([#335](https://github.com/knitli/codeweaver/pull/335))
49
+
- Optimize text parsing using walrus operator ([#333](https://github.com/knitli/codeweaver/pull/333))
- Add testing for core language detection and configurations ([#322](https://github.com/knitli/codeweaver/pull/322))
58
+
- test: cover UnicodeEncodeError in DelimiterChunker ([#321](https://github.com/knitli/codeweaver/pull/321))
59
+
60
+
### Refactoring
61
+
62
+
- refactor(deps): single-source dep management via uv-dynamic-versioning hook + install-smoke foundation ([#302](https://github.com/knitli/codeweaver/pull/302))
0 commit comments