chore: add CHANGELOG for v0.1.1.2 and v0.1.1.3

This commit is contained in:
2025-08-28 16:22:19 +02:00
parent bafe712020
commit 8c4926cbae

16
CHANGELOG.md Normal file
View File

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