We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc57d08 commit 6c4b34fCopy full SHA for 6c4b34f
CHANGELOG.md
@@ -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