diff options
author | xengineering <me@xengineering.eu> | 2024-11-03 16:37:09 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-03 16:54:04 +0100 |
commit | f1718b860e5a4cd6918b6af37650417a228a84dc (patch) | |
tree | a8ca928dfac432aa80a59113e8bce207edb5f600 | |
parent | cc655af4d6efaf2b3b0ac50b7f7c044c6bc3b15d (diff) | |
download | ceres-f1718b860e5a4cd6918b6af37650417a228a84dc.tar ceres-f1718b860e5a4cd6918b6af37650417a228a84dc.tar.zst ceres-f1718b860e5a4cd6918b6af37650417a228a84dc.zip |
Update CHANGELOG.md for version 0.5.0
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d741c..0339a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,26 @@ The format is based on [Keep a Changelog][1], and this project adheres to [Semantic Versioning][2]. +## [v0.5.0][12] + +### Added + +- marking recipes as favorites + +### Changed + +- recipes are ordered by favorite flag and then creation date (newest first) +- display URL on recipe page +- sort recipe ingredient summary by recipe name +- switch to integer-based SQLite3 database schema versioning +- provide version via `embed` package instead of build flag + +### Removed + +- dependency `github.com/gorilla/mux` +- `Makefile` since projects builds now like any other Go project + + ## [v0.4.0][11] ### Added @@ -86,3 +106,4 @@ The format is based on [Keep a Changelog][1], and this project adheres to [9]: https://www.json.org [10]: https://sqlite.org [11]: https://cgit.xengineering.eu/ceres/tree?h=0.4.0 +[12]: https://cgit.xengineering.eu/ceres/tree?h=0.5.0 |