From 43fa71bcd213be2ec622d9878f0388b31e8bc6ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 22:35:25 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..66960d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.0.0 (2023-11-26) + + +### ⚠ BREAKING CHANGES + +* **lazy:** Rewrite config with lazy.nvim + +### Features + +* add colorscheme switcher and format keybinding ([09ce90a](https://github.com/sleiphir/nvim/commit/09ce90a229fb98e9cb171e206cf5f74b1d6c1e5c)) +* add good syntax highlighting for twig files ([6927e67](https://github.com/sleiphir/nvim/commit/6927e675d5ace508e897a56fc58dbdbaaf0d70b6)) +* add intelephense licence key file ([c06a6e0](https://github.com/sleiphir/nvim/commit/c06a6e0fb825b08d33f4dfbd4d7c3fe1dfd92a32)) +* add vim-bujo keybindings (todo-list management) ([5f8e237](https://github.com/sleiphir/nvim/commit/5f8e237669c6c2248f032a311cb3cba9797ff772)) +* add vim-fetch and update config ([5aa5ad2](https://github.com/sleiphir/nvim/commit/5aa5ad219a6b25b05c3f39166c731982922bbdfd)) +* add vim-surround plugin ([9cd6b9f](https://github.com/sleiphir/nvim/commit/9cd6b9f8f07285097b5efc6f9c34ef1ae42e8eb2)) +* **ci:** add release-please GitHub Action ([55aaf4b](https://github.com/sleiphir/nvim/commit/55aaf4ba6efa2d4a3a612a6f56315e8de0b585f0)) +* **lazy:** Rewrite config with lazy.nvim ([cb49ba5](https://github.com/sleiphir/nvim/commit/cb49ba5c9adf1f813547d1b1f7cea9402d06c255)) +* **neoai:** enhance plugin setup ([6af6ac3](https://github.com/sleiphir/nvim/commit/6af6ac3fb47ed316dc38bd0f7fba9e58cb0aa524)) +* **plugin:** Use GPT-3.5 turbo because it's cheaper ([0931bbe](https://github.com/sleiphir/nvim/commit/0931bbe80c502fbed751d314a0a3c431c605b7e1)) +* update nvim plugins and configurations ([36df283](https://github.com/sleiphir/nvim/commit/36df2834e574f38f2b906b42234a1dbeb53b3d1d)) +* update plugin configurations and add new ones ([2c81514](https://github.com/sleiphir/nvim/commit/2c815142218ddc90eb7002fa3720c73d60dccc4d))