Skip to content

Commit

Permalink
Bump version number to `0.3.1'.
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVector committed May 30, 2018
1 parent 459bd1e commit 9c1b5cd
Show file tree
Hide file tree
Showing 10 changed files with 27 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.0
VERSION = 0.3.1

default: dist

Expand Down
17 changes: 17 additions & 0 deletions doc/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2018-05-30. v0.3.0

* API changes:
- Support eprint/doi using `eid'.

* Changes to package code:
- blx-caspervector-base.def: fix misplaced `\clearname'.
- caspervector-ay.bbx: fix missing byspace.
- blx-caspervector-base.def: support the "date(number)" format.
- Remove support for `userf' set to `cn'.

* Changes to documentation:
- "著者" -> "作者"; "英文" -> "西文".

* Misc:
- Minor fixes and cosmetics.

2018-05-28. v0.3.0

* 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 @@ -40,13 +40,13 @@
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}

\begin{document}
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.3.0}}
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.3.1}}
\author{%
Casper Ti.\ Vector\thanks{\ %
\href{mailto:[email protected]}{\texttt{[email protected]}}.%
}%
}
\date{2018/05/28}
\date{2018/05/30}
\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}%
[2018/05/28 v0.3.0 Casper Ti. Vector's biblatex library]
[2018/05/30 v0.3.1 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}%
[2018/05/28 v0.3.0 Chinese punctuations and captions in GBK]
[2018/05/30 v0.3.1 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}%
[2018/05/28 v0.3.0 Chinese punctuations and captions in UTF-8]
[2018/05/30 v0.3.1 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}%
[2018/05/28 v0.3.0 Casper Ti. Vector's author-year biblatex bibstyle]
[2018/05/30 v0.3.1 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}%
[2018/05/28 v0.3.0 Casper Ti. Vector's author-year biblatex citestyle]
[2018/05/30 v0.3.1 Casper Ti. Vector's author-year biblatex citestyle]

\RequireCitationStyle{authoryear-comp}
\ExecuteBibliographyOptions{autopunct = false}
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}%
[2018/05/28 v0.3.0 Casper Ti. Vector's numeric biblatex bibstyle]
[2018/05/30 v0.3.1 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}%
[2018/05/28 v0.3.0 Casper Ti. Vector's numeric biblatex citestyle]
[2018/05/30 v0.3.1 Casper Ti. Vector's numeric biblatex citestyle]

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

0 comments on commit 9c1b5cd

Please sign in to comment.