From 9b49acbf78ab9ddb1f2ca0c2104ade98128fc6cc Mon Sep 17 00:00:00 2001 From: AstroNvim Bot Date: Fri, 21 Jun 2024 09:22:04 -0400 Subject: [PATCH] chore(main): release 11.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54193e0bf..7dce20bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [11.0.0](https://github.com/AstroNvim/astrocommunity/compare/v10.0.0...v11.0.0) (2024-06-21) + + +### ⚠ BREAKING CHANGES + +* **go:** move from `go.nvim` to `gopher.nvim` ([#1059](https://github.com/AstroNvim/astrocommunity/issues/1059)) + +### Features + +* **completion:** add `nvim-cmp-buffer-lines` ([#1056](https://github.com/AstroNvim/astrocommunity/issues/1056)) ([07ddd3d](https://github.com/AstroNvim/astrocommunity/commit/07ddd3d2782dca0920faf74be072cb748633a8a1)) +* **completion:** add cmp-nvim-lua ([#1050](https://github.com/AstroNvim/astrocommunity/issues/1050)) ([c127e71](https://github.com/AstroNvim/astrocommunity/commit/c127e7145c44ad0128a121def6e74fd8f270c053)) +* **go:** move from `go.nvim` to `gopher.nvim` ([#1059](https://github.com/AstroNvim/astrocommunity/issues/1059)) ([5adae48](https://github.com/AstroNvim/astrocommunity/commit/5adae485bb20927859aa5f8be300cfd9fd219705)) +* **media:** add `neocord.nvim` ([#1049](https://github.com/AstroNvim/astrocommunity/issues/1049)) ([11217da](https://github.com/AstroNvim/astrocommunity/commit/11217dabdf24bf4c06322830b0dc90b73e176061)) +* **pack:** add hyprland config file language support ([#1063](https://github.com/AstroNvim/astrocommunity/issues/1063)) ([78a0456](https://github.com/AstroNvim/astrocommunity/commit/78a045632c84524c44a7c5384bea92850fc1c8b6)) + + +### Bug Fixes + +* **go:** set default go binary to `"go"` ([#1053](https://github.com/AstroNvim/astrocommunity/issues/1053)) ([67268b2](https://github.com/AstroNvim/astrocommunity/commit/67268b2dd256599b21496aa4e63a3974a4554c13)) + ## [10.0.0](https://github.com/AstroNvim/astrocommunity/compare/v9.0.0...v10.0.0) (2024-06-17)