Skip to content

Commit 1275f00

Browse files
committed
Bump version number to `0.2.7'.
1 parent ee8a521 commit 1275f00

7 files changed

Lines changed: 29 additions & 11 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.6
5+
VERSION = 0.2.7
66

77
default: dist
88

doc/ChangeLog.txt

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2017-03-01. v0.2.7
2+
3+
* API changes:
4+
- caspervector.bbx: provide undocumented option for uglification.
5+
6+
* Changes to package code:
7+
- caspervector.bbx: fix "et al" and `\final*delim'.
8+
- caspervector.bbx: make switch between C/E punctuations easier.
9+
- caspervector.bbx: remove niche feature.
10+
11+
* Changes to documentation:
12+
- readme.bib: double brace institution names.
13+
- readme.tex: remove manual loading of CJKspace.
14+
15+
* Misc:
16+
- utils/qa: add notice about copyright line updates.
17+
- Minor fixes and cosmetics.
18+
119
2016-05-24. v0.2.6
220

321
* Changes to package code:
@@ -73,7 +91,7 @@
7391

7492
2014-05-24, v0.2.0
7593

76-
* Changes to API:
94+
* API changes:
7795
- Chinese references now (only) require language == {chinese}.
7896
- `userf' becomes an internal entry field (backward compatible for now).
7997

@@ -139,7 +157,7 @@
139157

140158
2012-05-13, v0.1.3
141159

142-
* Changes to API:
160+
* API changes:
143161
- Chinese references now require (userf == 'zh' || userf == 'cn').
144162
- Add {ce,ec}nty sorting scheme, default to ecnty.
145163

doc/readme.tex

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

4141
\begin{document}
42-
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.2.6}}
42+
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.2.7}}
4343
\author{%
4444
Casper Ti.\ Vector\thanks{\ %
4545
\href{mailto:CasperVector@gmail.com}{\texttt{CasperVector@gmail.com}}.%
4646
}%
4747
}
48-
\date{2016/05/24}
48+
\date{2017/03/01}
4949
\maketitle
5050

5151
\section{引言}
@@ -74,7 +74,7 @@ \section{引言}
7474

7575
\section{许可协议}
7676

77-
版权所有 \copyright\ 2012--2016 Casper Ti.\ Vector。%
77+
版权所有 \copyright\ 2012--2017 Casper Ti.\ Vector。%
7878
\verb|caspervector| 参考文献和引用样式以
7979
\hologo{LaTeX} Project Public License\footnote{\ %
8080
\url{http://www.latex-project.org/lppl/}.%

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/05/24 v0.2.6 Chinese punctuations and captions in GBK]
23+
[2017/03/01 v0.2.7 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/05/24 v0.2.6 Chinese punctuations and captions in UTF-8]
23+
[2017/03/01 v0.2.7 Chinese punctuations and captions in UTF-8]
2424

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

tex/caspervector.bbx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Casper Ti. Vector's biblatex style
22
%
3-
% Copyright (c) 2012-2016 Casper Ti. Vector
3+
% Copyright (c) 2012-2017 Casper Ti. Vector
44
%
55
% This work may be distributed and/or modified under the conditions of the
66
% LaTeX Project Public License, either version 1.3 of this license or (at
@@ -20,7 +20,7 @@
2020
% biblatex-caspervector-utf8.def
2121

2222
\ProvidesFile{caspervector.bbx}%
23-
[2016/05/24 v0.2.6 Casper Ti. Vector's biblatex bibliography style]
23+
[2017/03/01 v0.2.7 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/05/24 v0.2.6 Casper Ti. Vector's biblatex citation style]
23+
[2017/03/01 v0.2.7 Casper Ti. Vector's biblatex citation style]
2424

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

0 commit comments

Comments
 (0)