diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fd8ee7c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.1] - 2024-02-19 + +* First Release 🚀 diff --git a/README.md b/README.md index 92d0057..482b25c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,17 @@ FAIL ### Review ```sh -go install github.com/cobbinma/bromide/cmd/bromide@master +go install github.com/cobbinma/bromide/cmd/bromide@v0.0.1 ``` ![screenshot](./assets/Screenshot.png) + +## See Also + +* [cupaloy](https://github.com/bradleyjkemp/cupaloy) + +## Thanks + +* [cupaloy](https://github.com/bradleyjkemp/cupaloy) +* [insta](https://github.com/mitsuhiko/insta) +* [birdie](https://github.com/giacomocavalieri/birdie)