summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md21
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