From 8c4926cbae85aec39b06303d20ecc62786666ddc Mon Sep 17 00:00:00 2001 From: Markus Date: Thu, 28 Aug 2025 16:22:19 +0200 Subject: [PATCH] chore: add CHANGELOG for v0.1.1.2 and v0.1.1.3 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..964d9cc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +## 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. +