From 3a4b57fe1c72092769207166022112b45e95e9ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:44:08 +0800 Subject: [PATCH] chore(main): release 2.0.0 (#327) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6414f95c..53fb274b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.0.0](https://github.com/linrongbin16/lin.nvim/compare/v1.1.0...v2.0.0) (2023-10-24) + + +### ⚠ BREAKING CHANGES + +* **install:** drop golang and move lazygit.nvim to user plugins ([#326](https://github.com/linrongbin16/lin.nvim/issues/326)) + +### Features + +* **mason-lspconfig.nvim:** set chirdThirdParty=false for lua ls ([#324](https://github.com/linrongbin16/lin.nvim/issues/324)) ([0196772](https://github.com/linrongbin16/lin.nvim/commit/019677226f75dcd918e3513e0f17adea64df0c01)) + + +### Bug Fixes + +* **install:** do not install git if exists ([398cb0d](https://github.com/linrongbin16/lin.nvim/commit/398cb0d40eeb651b28998107aff635ba8175614d)) +* **install:** fix legacy installer ([#322](https://github.com/linrongbin16/lin.nvim/issues/322)) ([c601326](https://github.com/linrongbin16/lin.nvim/commit/c6013260c2d779b887e4da81265353ddd9b2a426)) + + +### Performance Improvements + +* **install:** drop golang and move lazygit.nvim to user plugins ([#326](https://github.com/linrongbin16/lin.nvim/issues/326)) ([701698b](https://github.com/linrongbin16/lin.nvim/commit/701698bf9037ea50958f2dc8dc2ad312ccf0d2d9)) +* **lualine.nvim:** remove deadcode ([#320](https://github.com/linrongbin16/lin.nvim/issues/320)) ([4f06922](https://github.com/linrongbin16/lin.nvim/commit/4f0692281fe9f682a0488f0410ea83c432c07531)) + ## [1.1.0](https://github.com/linrongbin16/lin.nvim/compare/v1.0.1...v1.1.0) (2023-10-24)