All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated license to reflect current year (2025)
- Fix writer failure not being returned from
Patchmethods. - Remove all usages of the now deprecated
io/ioutilpackage.
1.0.2 - 2025-02-27
- Update kingpin v2 import path.
- bsdiff: Fix CVE-2014-9862 (https://www.x41-dsec.de/lab/advisories/x41-2020-006-bspatch/)
- bsdiff: Fix compile error because of missing limits.h
1.0.1 - 2022-07-11
- Code is now properly licensed under 2-clause BSD license. #7
- Updated github.com/dsnet/compress to 0.0.1.
1.0.0 - 2018-11-30
- Add bsdiff diffing and patching functionality.