From 1b3b8d6e1f67ae481b0d8a1e13aa011f475eb1f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 19:12:29 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ac003f6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## 1.0.0 (2023-12-10) + + +### Features + +* add editor config ([f59a395](https://github.com/nvim-java/nvim-java-dap/commit/f59a3955c800405cba9a6b725ee44f77695f74a9)) +* add enrich config to adapter ([#3](https://github.com/nvim-java/nvim-java-dap/issues/3)) ([3254832](https://github.com/nvim-java/nvim-java-dap/commit/32548324a701e2da9bbc03546b0ae3c1ff6cb6b7)) +* add lint & release-please workflows ([#8](https://github.com/nvim-java/nvim-java-dap/issues/8)) ([20a0d53](https://github.com/nvim-java/nvim-java-dap/commit/20a0d5326c46140c21583b2f8fedf67218153eb3)) +* add plugin manager for testing ([1feb82e](https://github.com/nvim-java/nvim-java-dap/commit/1feb82e5576b468f7e0ab7c87c6f19c8db7800aa)) +* use lazy to install test dependencies ([2072c84](https://github.com/nvim-java/nvim-java-dap/commit/2072c844776cffdf867f31dda693b6ad27c382f3)) + + +### Bug Fixes + +* application cannot be run due to no init build ([#5](https://github.com/nvim-java/nvim-java-dap/issues/5)) ([53351db](https://github.com/nvim-java/nvim-java-dap/commit/53351db03f193e77abeadb3933ee153346c7ef89)) +* auto doc failure due to no permissions ([7672c05](https://github.com/nvim-java/nvim-java-dap/commit/7672c0554dbdb5ba6dfb7889199bbc0e981b2496)) +* build badge ([0af982e](https://github.com/nvim-java/nvim-java-dap/commit/0af982e895e3eabfcae97d922eac733a758d5757)) +* build shields badge ([db7b333](https://github.com/nvim-java/nvim-java-dap/commit/db7b3335dfc1a38181b1702449aae50589382ae8)) + + +### Miscellaneous Chores + +* release 1.0.0 ([603091d](https://github.com/nvim-java/nvim-java-dap/commit/603091d06f82db6f710865f71fdf7666299439c1))