Skip to content

Commit

Permalink
Bump version number to `0.2.6'.
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVector committed May 24, 2016
1 parent b72be5c commit eae58ba
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 9 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.2.5
VERSION = 0.2.6

default: dist

Expand Down
13 changes: 12 additions & 1 deletion doc/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
2016-03-22. v0.2.5
2016-05-24. v0.2.6

* Changes to package code:
- caspervector.bbx: add code in case uglification is demanded.

* Changes to documentation:
- readme.tex: improve description of split sorting.

* Misc:
- Minor fixes and cosmetics.

2016-03-31. v0.2.5

* Changes to package code:
- caspervector.bbx: add overlooked `minnames = 3' and `minitems = 3'.
Expand Down
4 changes: 2 additions & 2 deletions doc/readme.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.2.5}}
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.2.6}}
\author{%
Casper Ti.\ Vector\thanks{\ %
\href{mailto:[email protected]}{\texttt{[email protected]}}.%
}%
}
\date{2016/03/31}
\date{2016/05/24}
\maketitle

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

\ProvidesFile{biblatex-caspervector-gbk.def}%
[2016/03/31 v0.2.5 Chinese punctuations and captions in GBK]
[2016/05/24 v0.2.6 Chinese punctuations and captions in GBK]

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

\ProvidesFile{biblatex-caspervector-utf8.def}%
[2016/03/31 v0.2.5 Chinese punctuations and captions in UTF-8]
[2016/05/24 v0.2.6 Chinese punctuations and captions in UTF-8]

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

\ProvidesFile{caspervector.bbx}%
[2016/03/31 v0.2.5 Casper Ti. Vector's biblatex bibliography style]
[2016/05/24 v0.2.6 Casper Ti. Vector's biblatex bibliography style]

\RequireBiber[3]
\RequireBibliographyStyle{numeric}
Expand Down
2 changes: 1 addition & 1 deletion tex/caspervector.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
% biblatex-caspervector-utf8.def

\ProvidesFile{caspervector.cbx}%
[2016/03/31 v0.2.5 Casper Ti. Vector's biblatex citation style]
[2016/05/24 v0.2.6 Casper Ti. Vector's biblatex citation style]

\RequireCitationStyle{numeric-comp}
\ExecuteBibliographyOptions{
Expand Down
2 changes: 1 addition & 1 deletion utils/bump
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
#
# Copyright (c) 2012 Casper Ti. Vector
# Copyright (c) 2012,2015-2016 Casper Ti. Vector
# Public domain.

NUMDATE = $(shell date '+%Y/%m/%d')
Expand Down

0 comments on commit eae58ba

Please sign in to comment.