Skip to content

Commit 7d1786f

Browse files
committed
Update changelog.
1 parent d614cd8 commit 7d1786f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.2] - 2025-02-27
8+
### Security
9+
- bsdiff: Fix CVE-2014-9862 (https://www.x41-dsec.de/lab/advisories/x41-2020-006-bspatch/)
10+
- bsdiff: Fix compile error because of missing limits.h
11+
12+
### Changed
13+
- Update kingpin v2 import path.
14+
715
## [1.0.1] - 2022-07-11
816
### Changed
917
- Code is now properly licensed under 2-clause BSD license. #7
@@ -13,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1321
### Added
1422
- Add bsdiff diffing and patching functionality.
1523

24+
[1.0.2]: https://github.com/icedream/go-bsdiff/releases/tag/v1.0.2
1625
[1.0.1]: https://github.com/icedream/go-bsdiff/releases/tag/v1.0.1
1726
[1.0.0]: https://github.com/icedream/go-bsdiff/releases/tag/v1.0.0

0 commit comments

Comments
 (0)