diff options
| author | lukeflo | 2024-11-19 14:07:02 +0100 |
|---|---|---|
| committer | lukeflo | 2024-11-19 14:07:02 +0100 |
| commit | 8620d8fb090ce00c1896998d3a673f80abe5ed12 (patch) | |
| tree | 1aee5053285ac40ace749514be78ad6536dbbf8f | |
| parent | 8bbce4ed6ab906274e9d02503600617c48fa2c83 (diff) | |
| download | bibiman-8620d8fb090ce00c1896998d3a673f80abe5ed12.tar.gz bibiman-8620d8fb090ce00c1896998d3a673f80abe5ed12.zip | |
version bumb 0.7.0, new gif
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | tests/biblatex-test.bib | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "bibiman" -version = "0.6.4" +version = "0.7.0" dependencies = [ "arboard", "biblatex", @@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.6.4" +version = "0.7.0" authors = ["lukeflo <lukeflo_git@posteo.de>"] license = "GPL-3.0-or-later" edition = "2021" @@ -7,7 +7,7 @@ database as part of a terminal-based scientific workflow. Here's a small impression how it looks and works: -[](https://postimg.cc/vxwBKNw5) +[](https://postimg.cc/Ln21PGhJ) ## Installation diff --git a/tests/biblatex-test.bib b/tests/biblatex-test.bib index b89416b..8aed24f 100644 --- a/tests/biblatex-test.bib +++ b/tests/biblatex-test.bib @@ -84,7 +84,7 @@ series = {Clarendon {Aristotle}}, date = {1968}, editor = {Lucas, D. W.}, - keywords = {primary}, + keywords = {primary, lyric}, langid = {english}, langidopts = {variant=british}, annotation = {A \texttt{book} entry with an \texttt{author} and an \texttt{editor} as well as a \texttt{series} field}, |
