From: Steve Myers Date: Mon, 28 Dec 2020 06:53:38 +0000 (-0800) Subject: Add CHANGELOG.md X-Git-Tag: v0.1.0~5 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.EncoderStringWriter.html?a=commitdiff_plain;h=b4895c01bfcb55d28d23dc6c5f40184589c8c3e4;p=bdk-cli Add CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..adeaed9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Project +#### Added +- Add CONTRIBUTING.md +- Add CI and code coverage Discord badges to the README +- Add CI and code coverage github actions workflows +- Add scheduled audit check in CI +- Add CHANGELOG.md + +#### Changed +- If an invalid network name return an error instead of defaulting to `testnet` + +## [0.1.0-beta.1] + +[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/0.1.0-beta.1...HEAD +[0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk-cli/compare/84a02e35...0.1.0-beta.1 +[bdk0.2]: https://github.com/bitcoindevkit/bdk/releases/tag/v0.2.0 \ No newline at end of file