Skip to content

Commit 856a19f

Browse files
committed
docs: add missing CHANGELOG.md
1 parent 80028af commit 856a19f

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [2.1.3] - 2025-11-21
9+
10+
### Fixed
11+
- **Core Version Sync**: Fixed an issue where the wrapper attempted to download a non-existent `v2.1.2` of `capiscio-core`. It now correctly downloads `v1.0.2`.
12+
- **Package Versioning**: Bumped package version to `2.1.3` to resolve PyPI conflicts while pointing to the stable `v1.0.2` core binary.
13+
14+
## [2.1.2] - 2025-11-21
15+
16+
### Added
17+
- **CLI Wrapper**: Initial release of the new Python CLI wrapper.
18+
- **Architecture**: Replaced the legacy Python library with a lightweight wrapper that downloads and executes the high-performance Go binary (`capiscio-core`).
19+
- **Platform Support**: Automatic detection and download for Linux, macOS, and Windows (AMD64/ARM64).
20+
- **Zero Dependencies**: The wrapper itself has minimal dependencies (`rich`, `platformdirs`, `requests`) and delegates all logic to the standalone binary.
21+
22+
### Removed
23+
- **Legacy Library**: Removed the old Python implementation of the validation logic in favor of the unified Go core.

0 commit comments

Comments
 (0)