Skip to content

Commit

Permalink
Bump version number to `0.3.7'.
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVector committed Mar 7, 2024
1 parent 82de10c commit a339c0f
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Public domain.

TITLE = biblatex-caspervector
VERSION = 0.3.6
VERSION = 0.3.7

default: dist

Expand Down
8 changes: 8 additions & 0 deletions doc/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-03-07, v0.3.7

* Changes to package code:
- blx-caspervector-base.def: fix unwanted pageref in fullcite.

* Misc:
- Minor fixes and cosmetics.

2022-10-30, v0.3.6

* API changes:
Expand Down
4 changes: 2 additions & 2 deletions doc/caspervector.tex
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
\addbibresource{caspervector.bib}

\begin{document}
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.3.6}}
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.3.7}}
\author{%
Casper Ti.\ Vector\thanks{\ %
\href{mailto:[email protected]}{\texttt{[email protected]}}.%
}%
}
\date{2022/10/30}
\date{2024/03/07}
\maketitle

\section{引言}
Expand Down
2 changes: 1 addition & 1 deletion tex/blx-caspervector-base.def
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% blx-caspervector-utf8.def

\ProvidesFile{blx-caspervector-base.def}%
[2022/10/30 v0.3.6 Casper Ti. Vector's biblatex library]
[2024/03/07 v0.3.7 Casper Ti. Vector's biblatex library]

\RequireBiber[3]
\newtoggle{bbx:gbk}
Expand Down
2 changes: 1 addition & 1 deletion tex/blx-caspervector-gbk.def
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% blx-caspervector-utf8.def

\ProvidesFile{blx-caspervector-gbk.def}%
[2022/10/30 v0.3.6 Chinese punctuations and captions in GBK]
[2024/03/07 v0.3.7 Chinese punctuations and captions in GBK]

\newcommand*\bbx@cnldquot{“}
\newcommand*\bbx@cnrdquot{”}
Expand Down
2 changes: 1 addition & 1 deletion tex/blx-caspervector-utf8.def
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% blx-caspervector-utf8.def

\ProvidesFile{blx-caspervector-utf8.def}%
[2022/10/30 v0.3.6 Chinese punctuations and captions in UTF-8]
[2024/03/07 v0.3.7 Chinese punctuations and captions in UTF-8]

\newcommand*\bbx@cnldquot{“}
\newcommand*\bbx@cnrdquot{”}
Expand Down
2 changes: 1 addition & 1 deletion tex/caspervector-ay.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% blx-caspervector-utf8.def

\ProvidesFile{caspervector-ay.bbx}%
[2022/10/30 v0.3.6 Casper Ti. Vector's author-year biblatex bibstyle]
[2024/03/07 v0.3.7 Casper Ti. Vector's author-year biblatex bibstyle]

\RequireBibliographyStyle{authoryear-comp}
\input{blx-caspervector-base.def}
Expand Down
2 changes: 1 addition & 1 deletion tex/caspervector-ay.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% blx-caspervector-utf8.def

\ProvidesFile{caspervector-ay.cbx}%
[2022/10/30 v0.3.6 Casper Ti. Vector's author-year biblatex citestyle]
[2024/03/07 v0.3.7 Casper Ti. Vector's author-year biblatex citestyle]

\RequireCitationStyle{authoryear-comp}
\renewcommand*{\compcitedelim}{\bbx@citebcomma}
Expand Down
2 changes: 1 addition & 1 deletion tex/caspervector.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% blx-caspervector-utf8.def

\ProvidesFile{caspervector.bbx}%
[2022/10/30 v0.3.6 Casper Ti. Vector's numeric biblatex bibstyle]
[2024/03/07 v0.3.7 Casper Ti. Vector's numeric biblatex bibstyle]

\RequireBibliographyStyle{numeric-comp}
\input{blx-caspervector-base.def}
Expand Down
2 changes: 1 addition & 1 deletion tex/caspervector.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
% blx-caspervector-utf8.def

\ProvidesFile{caspervector.cbx}%
[2022/10/30 v0.3.6 Casper Ti. Vector's numeric biblatex citestyle]
[2024/03/07 v0.3.7 Casper Ti. Vector's numeric biblatex citestyle]

\RequireCitationStyle{numeric-comp}
\ExecuteBibliographyOptions{autocite = superscript}
Expand Down

0 comments on commit a339c0f

Please sign in to comment.