Skip to content

Commit eae58ba

Browse files
committed
Bump version number to `0.2.6'.
1 parent b72be5c commit eae58ba

8 files changed

Lines changed: 20 additions & 9 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Public domain.
33

44
TITLE = biblatex-caspervector
5-
VERSION = 0.2.5
5+
VERSION = 0.2.6
66

77
default: dist
88

doc/ChangeLog.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
2016-03-22. v0.2.5
1+
2016-05-24. v0.2.6
2+
3+
* Changes to package code:
4+
- caspervector.bbx: add code in case uglification is demanded.
5+
6+
* Changes to documentation:
7+
- readme.tex: improve description of split sorting.
8+
9+
* Misc:
10+
- Minor fixes and cosmetics.
11+
12+
2016-03-31. v0.2.5
213

314
* Changes to package code:
415
- caspervector.bbx: add overlooked `minnames = 3' and `minitems = 3'.

doc/readme.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
4141

4242
\begin{document}
43-
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.2.5}}
43+
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.2.6}}
4444
\author{%
4545
Casper Ti.\ Vector\thanks{\ %
4646
\href{mailto:CasperVector@gmail.com}{\texttt{CasperVector@gmail.com}}.%
4747
}%
4848
}
49-
\date{2016/03/31}
49+
\date{2016/05/24}
5050
\maketitle
5151

5252
\section{引言}

tex/biblatex-caspervector-gbk.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
% biblatex-caspervector-utf8.def
2121

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

2525
\newcommand*\bbx@cnldquot{“}
2626
\newcommand*\bbx@cnrdquot{”}

tex/biblatex-caspervector-utf8.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
% biblatex-caspervector-utf8.def
2121

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

2525
\newcommand*\bbx@cnldquot{“}
2626
\newcommand*\bbx@cnrdquot{”}

tex/caspervector.bbx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
% biblatex-caspervector-utf8.def
2121

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

2525
\RequireBiber[3]
2626
\RequireBibliographyStyle{numeric}

tex/caspervector.cbx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
% biblatex-caspervector-utf8.def
2121

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

2525
\RequireCitationStyle{numeric-comp}
2626
\ExecuteBibliographyOptions{

utils/bump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/make -f
22
#
3-
# Copyright (c) 2012 Casper Ti. Vector
3+
# Copyright (c) 2012,2015-2016 Casper Ti. Vector
44
# Public domain.
55

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

0 commit comments

Comments
 (0)