From ce61d30ab0321d99c6b7d0c03d7d671e68ce22f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 09:52:24 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 731bd14..789485b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.0](https://github.com/sleiphir/nvim/compare/v1.3.0...v1.4.0) (2024-07-06) + + +### Features + +* add oil to replace netrw ([7e318ed](https://github.com/sleiphir/nvim/commit/7e318ed9166d2f5a76149ec6785d93ee63395ea2)) +* add python path to options ([f019253](https://github.com/sleiphir/nvim/commit/f019253e4a4bd9d46b11ce1c0060f739d303d96a)) +* disable copilot for now ([7e318ed](https://github.com/sleiphir/nvim/commit/7e318ed9166d2f5a76149ec6785d93ee63395ea2)) + ## [1.3.0](https://github.com/sleiphir/nvim/compare/v1.2.0...v1.3.0) (2024-04-20)