From ecdcffaaf749a5261712e2eb92cb0f3e3a46ef24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:31:45 +0000 Subject: [PATCH] chore(master): release 2.1.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7528588..7a26b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/stevearc/aerial.nvim/compare/v2.0.0...v2.1.0) (2024-07-24) + + +### Features + +* add support for `mini.icons` ([#383](https://github.com/stevearc/aerial.nvim/issues/383)) ([3d910b2](https://github.com/stevearc/aerial.nvim/commit/3d910b2ba0b8536bb708467690b6685f1783cb19)) +* Adds syntax highlighting in the telescope picker ([#386](https://github.com/stevearc/aerial.nvim/issues/386)) ([4e77964](https://github.com/stevearc/aerial.nvim/commit/4e77964569ef47a70f9bb76c668dcfea2d089d5a)) + + +### Bug Fixes + +* **ruby:** missing methods in treesitter backend ([#382](https://github.com/stevearc/aerial.nvim/issues/382)) ([e75a3df](https://github.com/stevearc/aerial.nvim/commit/e75a3df2c20b3a98c786f5e61587d74a7a6b61d6)) + ## [2.0.0](https://github.com/stevearc/aerial.nvim/compare/v1.8.0...v2.0.0) (2024-07-15)