Skip to content

Commit 6c4b34f

Browse files
committed
Add changelog for 1.0.0 and 1.0.1.
1 parent bc57d08 commit 6c4b34f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.0.1] - 2022-07-11
8+
### Changed
9+
- Code is now properly licensed under 2-clause BSD license. #7
10+
- Updated github.com/dsnet/compress to 0.0.1.
11+
12+
## [1.0.0] - 2018-11-30
13+
### Added
14+
- Add bsdiff diffing and patching functionality.
15+
16+
[1.0.1]: https://github.com/icedream/go-bsdiff/releases/tag/v1.0.1
17+
[1.0.0]: https://github.com/icedream/go-bsdiff/releases/tag/v1.0.0

0 commit comments

Comments
 (0)