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
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