Skip to content

Commit 83953bb

Browse files
chore(main): release 0.7.1
1 parent 68457df commit 83953bb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.7.1"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/jghauser/papis.nvim/compare/v0.7.0...v0.7.1) (2025-03-03)
4+
5+
6+
### Features
7+
8+
* add typst support ([490bce4](https://github.com/jghauser/papis.nvim/commit/490bce48530b1379a4a11c10810ed0e36669040f))
9+
* **papis-storage:** robust handling of library import errors ([4b274a2](https://github.com/jghauser/papis.nvim/commit/4b274a2e315396202f6754cce5147e6e200a2c7c))
10+
11+
12+
### Bug Fixes
13+
14+
* **at-cursor:** also strip white space at beginning and end of ref ([788bbab](https://github.com/jghauser/papis.nvim/commit/788bbabd60fbbea184555fe3dd550fd30ded8953))
15+
* **at-cursor:** correctly handle citet/citep in tex ([e6bea82](https://github.com/jghauser/papis.nvim/commit/e6bea82de8ad781e54727fd42939501fcf3f17e8))
16+
* **at-cursor:** get latex cite formats to work (v2) ([73accac](https://github.com/jghauser/papis.nvim/commit/73accac713caf7e2fac68670a145e53f38ed77b3))
17+
* **at-cursor:** refs are also terminated by `]` ([bf1ee96](https://github.com/jghauser/papis.nvim/commit/bf1ee966268fd128a9133d7d3a887744f5a16c76))
18+
* **data:** make reset_db more robust ([c7fd4e7](https://github.com/jghauser/papis.nvim/commit/c7fd4e7bdf01647a24d0ec60d4fa238fd142bb77))
19+
* **health:** correct error message about wrong yq ([657089e](https://github.com/jghauser/papis.nvim/commit/657089e007f6c99dfcf61585b9c73b6367d31faa))
20+
* proper error handling ([96a30da](https://github.com/jghauser/papis.nvim/commit/96a30daa1ef5575393ac1b257cc2d6e60facf9af))
21+
322
## [0.7.0](https://github.com/jghauser/papis.nvim/compare/v0.6.1...v0.7.0) (2024-09-03)
423

524

0 commit comments

Comments
 (0)