diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b37f73d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.0.0 (2026-06-13) + + +### Features + +* add neovim lua plugin scaffold ([#6](https://github.com/bullets-vim/bullets.nvim/issues/6)) ([8bea579](https://github.com/bullets-vim/bullets.nvim/commit/8bea579a930c621ff8a67413470fd4c26201f6b5)) +* continue standard bullets ([#4](https://github.com/bullets-vim/bullets.nvim/issues/4)) ([bd5293d](https://github.com/bullets-vim/bullets.nvim/commit/bd5293da635d9dcd396604b140931c4bd198f75e)) +* handle empty bullets and spacing ([#10](https://github.com/bullets-vim/bullets.nvim/issues/10)) ([6e2f586](https://github.com/bullets-vim/bullets.nvim/commit/6e2f586c55773c5ebe4b00350a7c5d7c516d9a08)) +* renumber bullet lists ([#12](https://github.com/bullets-vim/bullets.nvim/issues/12)) ([62570d0](https://github.com/bullets-vim/bullets.nvim/commit/62570d01f82f68f18abf30ba08fd9fb4ec22d010)) +* support nested checkboxes ([#13](https://github.com/bullets-vim/bullets.nvim/issues/13)) ([af5b004](https://github.com/bullets-vim/bullets.nvim/commit/af5b004f568477790cf78a279eb743bbd9bcd25d)) +* support ordered bullet continuations ([#7](https://github.com/bullets-vim/bullets.nvim/issues/7)) ([a673927](https://github.com/bullets-vim/bullets.nvim/commit/a673927b75975c3420b30aa502bc9293e19ac21f)) +* support outline promotion ([#11](https://github.com/bullets-vim/bullets.nvim/issues/11)) ([dfce5b3](https://github.com/bullets-vim/bullets.nvim/commit/dfce5b391bc1d27634e908c439655b2f2083105e)) +* support wrapped and document bullets ([#9](https://github.com/bullets-vim/bullets.nvim/issues/9)) ([7859056](https://github.com/bullets-vim/bullets.nvim/commit/7859056b2e56f4d49ade7e667080f4b40daeb436)) + + +### Bug Fixes + +* exclude changelog from formatting ([#21](https://github.com/bullets-vim/bullets.nvim/issues/21)) ([828f8c5](https://github.com/bullets-vim/bullets.nvim/commit/828f8c548bd2f246e648e4581217fb0a9bc6bc5a)) +* fall back to github token for release please ([#19](https://github.com/bullets-vim/bullets.nvim/issues/19)) ([ed17b91](https://github.com/bullets-vim/bullets.nvim/commit/ed17b91f3e0e0b9f4e7405225c01b9370791fefa)) +* run test on every pr and push ([#16](https://github.com/bullets-vim/bullets.nvim/issues/16)) ([e6dd37b](https://github.com/bullets-vim/bullets.nvim/commit/e6dd37b457e871dbfb2ed59f323a5b9d40783c67)) +* sign release please commits ([#22](https://github.com/bullets-vim/bullets.nvim/issues/22)) ([5cff215](https://github.com/bullets-vim/bullets.nvim/commit/5cff2157afa6ea9c1b02c130f6a98ee131ec7cad))