aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-12-25 21:16:19 +0100
committerlukeflo2024-12-25 21:16:19 +0100
commitdc537b3865b59da28de0e754fe9a79efcaf618f6 (patch)
tree1654885189bf1ea486c0f50cbc753951a8ca3d49 /Cargo.toml
parent67f875962af5ea71da56fa709575d3331de5ba58 (diff)
downloadbibiman-dc537b3865b59da28de0e754fe9a79efcaf618f6.tar.gz
bibiman-dc537b3865b59da28de0e754fe9a79efcaf618f6.zip
Bugfix: Handle citekey duplicates
+ When adding an entry via DOI check if created citekey is already used + If so, loop over alphabetic chars and append it to citekey + When a unique combination is found, break loop and replace original citekey
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf3a680..3e28ba2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bibiman"
-version = "0.9.0"
+version = "0.9.1"
authors = ["lukeflo <lukeflo_git@posteo.de>"]
license = "GPL-3.0-or-later"
repository = "https://codeberg.org/lukeflo/bibiman"