diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e7ca613..13708fa 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4039411..ef94b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.7.1](https://github.com/jghauser/papis.nvim/compare/v0.7.0...v0.7.1) (2025-01-19) + + +### Features + +* add typst support ([490bce4](https://github.com/jghauser/papis.nvim/commit/490bce48530b1379a4a11c10810ed0e36669040f)) +* **papis-storage:** robust handling of library import errors ([4b274a2](https://github.com/jghauser/papis.nvim/commit/4b274a2e315396202f6754cce5147e6e200a2c7c)) + + +### Bug Fixes + +* **at-cursor:** also strip white space at beginning and end of ref ([788bbab](https://github.com/jghauser/papis.nvim/commit/788bbabd60fbbea184555fe3dd550fd30ded8953)) +* **at-cursor:** refs are also terminated by `]` ([bf1ee96](https://github.com/jghauser/papis.nvim/commit/bf1ee966268fd128a9133d7d3a887744f5a16c76)) +* **health:** correct error message about wrong yq ([657089e](https://github.com/jghauser/papis.nvim/commit/657089e007f6c99dfcf61585b9c73b6367d31faa)) + ## [0.7.0](https://github.com/jghauser/papis.nvim/compare/v0.6.1...v0.7.0) (2024-09-03)