From 63ddc4b05ddb192cafa8e2b2a58bdbe0dd2cb037 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 06:44:08 +0000 Subject: [PATCH 1/2] chore(main): release 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82b5b2..b1a1dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0](https://github.com/nvim-java/nvim-java-core/compare/v1.10.0...v2.0.0) (2025-08-06) + + +### Features + +* adds Mason 2.0 support ([#93](https://github.com/nvim-java/nvim-java-core/issues/93)) ([0fd98aa](https://github.com/nvim-java/nvim-java-core/commit/0fd98aa0337b2381118f670ac24d52fa86748de2)) + + +### Miscellaneous Chores + +* release 2.0.0 ([667fab0](https://github.com/nvim-java/nvim-java-core/commit/667fab0f7c67329d9f4a29e8a25759d965e9a91a)) + ## [1.10.0](https://github.com/nvim-java/nvim-java-core/compare/v1.9.0...v1.10.0) (2025-01-21) From 761a5e3345eccd64dc0b338ab49ada897b97a561 Mon Sep 17 00:00:00 2001 From: Srinesh Nisala Date: Wed, 6 Aug 2025 12:30:11 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a1dcf..9886319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Features -* adds Mason 2.0 support ([#93](https://github.com/nvim-java/nvim-java-core/issues/93)) ([0fd98aa](https://github.com/nvim-java/nvim-java-core/commit/0fd98aa0337b2381118f670ac24d52fa86748de2)) +* [@logrusx](https://github.com/logrusx) adds Mason 2.0 support ([#93](https://github.com/nvim-java/nvim-java-core/issues/93)) ([0fd98aa](https://github.com/nvim-java/nvim-java-core/commit/0fd98aa0337b2381118f670ac24d52fa86748de2)) ### Miscellaneous Chores