## v0.1.1.3 (2025-08-28) - Docs: Added Linux (WSL/Ubuntu) quick start, build and test instructions in `README.md`. - Build: `build.sh` now bootstraps vcpkg and uses the vcpkg toolchain; builds library, tests, and example. ## v0.1.1.2 (2025-08-28) - Example: Made `example/CMakeLists.txt` platform-neutral; links against in-tree target `privatebinapi`. - Linux HTTP client: Fixed delete operation to use HTTP POST (required by PrivateBin API) instead of DELETE; resolves 405 errors when deleting. - Build: Verified successful build on Linux (WSL/Ubuntu) via vcpkg toolchain. - Tests: `test_basic` runs successfully via `ctest`. ## v0.1.1.1 and earlier - Initial cross-platform library skeleton with Crypto++ and nlohmann-json via vcpkg.