diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c61dee9..8bc145f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.0](https://github.com/zenobi-us/opennotes/compare/v0.1.0...v1.0.0) (2026-01-30) + + +### ⚠ BREAKING CHANGES + +* **memory:** Step 3 has been updated to reflect that release-please is already configured + +### Features + +* **docs:** add basic getting started guide for non-power users ([2ebe37c](https://github.com/zenobi-us/opennotes/commit/2ebe37cf617f9b1609c1600c58a5489bf676613c)) +* implement pi-opennotes extension phase 2 ([c75c891](https://github.com/zenobi-us/opennotes/commit/c75c891340170535a10e377886f7b25048de7800)) +* use "." as root when initializing in existing directories ([80e767a](https://github.com/zenobi-us/opennotes/commit/80e767ac484000c35811fe7d455df2c606472092)) +* **view:** implement GROUP BY, DISTINCT, OFFSET, HAVING, aggregates, and template enhancements (task-3d477ab8) ([#16](https://github.com/zenobi-us/opennotes/issues/16)) ([bb83706](https://github.com/zenobi-us/opennotes/commit/bb8370667ee78608cec32b91e47acf7c243f3028)) + + +### Documentation + +* **memory:** update GitHub Actions CI/CD task with current repo state ([7c19e94](https://github.com/zenobi-us/opennotes/commit/7c19e941692e8e3833f0363f187320ab7daed41e)) + ## [0.1.0](https://github.com/zenobi-us/opennotes/compare/v0.0.3...v0.1.0) (2026-01-25)