From 93ead872e27e03fd4006c60f83efea4bdb7d4845 Mon Sep 17 00:00:00 2001 From: Kristijan Husak Date: Fri, 31 Jan 2025 08:50:26 +0000 Subject: [PATCH] chore(master): release 0.5.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..dd5dadbb2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.5.0](https://github.com/nvim-orgmode/orgmode/compare/0.4.1...v0.5.0) (2025-01-31) + + +### Features + +* Add support for footnotes ([#874](https://github.com/nvim-orgmode/orgmode/issues/874)) ([4f62b7f](https://github.com/nvim-orgmode/orgmode/commit/4f62b7f7227aabb99e271e07c5a18e86c51cfd10)) + + +### Bug Fixes + +* **refile:** remove unnecessary escaping for refile autocompletion ([d56c691](https://github.com/nvim-orgmode/orgmode/commit/d56c691bd2f73ed37e3a40f0737e27319ef0c64a)), closes [#877](https://github.com/nvim-orgmode/orgmode/issues/877) +* remove double ts parsing ([b587545](https://github.com/nvim-orgmode/orgmode/commit/b5875459c9c9adc11a2fc1fd25db484a5c03fea4))