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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.18] - 2026-02-02

### Documentation

- **Homebrew Formula Workflow Alignment**: Aligned CONTRIBUTING.md with automation strategy (#12)
- Prioritized automated `just release taskrepo` workflow as recommended method
- Fixed hardcoded version placeholder (`VERSION=0.10.17` → `VERSION=X.Y.Z`)
- Updated path references to use relative paths (`../homebrew-formulas`)
- Added automation context with `just` utility commands reference
- Consistent with rxiv-maker and folder2md4llms ecosystem patterns

- **CLAUDE.md Creation**: Added comprehensive AI assistant guidelines
- Homebrew formula automation workflow documentation
- Development environment setup instructions
- Release process and testing strategy
- Code style and security considerations
- Enables better automated contributions and consistency

- **.gitignore Update**: Allow CLAUDE.md to be tracked
- Added `!CLAUDE.md` exception to markdown ignore pattern
- Maintains restrictive markdown file policy with explicit allowlist

## [0.10.17] - 2026-01-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/taskrepo/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.17"
__version__ = "0.10.18"
Loading