Skip to content

Commit 9ed1e8a

Browse files
committed
Version 1.4.3
1 parent 9a57593 commit 9ed1e8a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Version 1.4.3 - 2025-08-24
4+
5+
- Cleaner error message when failing to decode latex from input files
6+
(issue [#20](https://github.com/dlesbre/bibtex-autocomplete/issues/20)).
7+
38
## Version 1.4.2 - 2025-06-07
49

510
- Fix an error when calling `load_entry` via the python API.

bibtexautocomplete/utils/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
VERSION_MAJOR = 1
1717
VERSION_MINOR = 4
18-
VERSION_PATCH = 2
18+
VERSION_PATCH = 3
1919

20-
VERSION_DATE = "2025-06-07"
20+
VERSION_DATE = "2025-08-24"
2121

2222
VERSION = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
2323
VERSION_STR = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_PATCH}"

0 commit comments

Comments
 (0)