Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 13, 2023
1 parent 603091d commit 55c90c5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 55c90c5

Please sign in to comment.