Skip to content

Commit 1692383

Browse files
committed
Bump version number to `0.1.4'.
1 parent 5702ae8 commit 1692383

7 files changed

Lines changed: 17 additions & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Public domain.
55

66
TITLE = biblatex-caspervector
7-
VERSION = 0.1.3
7+
VERSION = 0.1.4
88
DIST_FLAGS = TITLE=$(TITLE) VERSION=$(VERSION)
99

1010
dist:

doc/ChangeLog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2012-10-11. v0.1.4
2+
* Changes to documentation:
3+
- Fix wrong description: s/cenyt/centy/g
4+
- Refine bibliography.
5+
- Update instructions for installation wrt addition of CTAN support.
6+
7+
* Misc:
8+
- Add support for utf8lf/gbkcrlf conversion in doc/Makefile.
9+
- Add CTAN support.
10+
111
2012-05-13, v0.1.3
212

313
* Changes to API:

doc/readme.tex

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

2020
\begin{document}
21-
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.1.3}}
21+
\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.1.4}}
2222
\author{%
2323
Casper Ti.\ Vector\thanks{\ %
2424
\href{mailto:CasperVector@gmail.com}{\texttt{CasperVector@gmail.com}}.%
2525
}%
2626
}
27-
\date{2012/05/31}
27+
\date{2012/10/11}
2828
\maketitle
2929

3030
\section{引言}

tex/biblatex-caspervector-gbk.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
% biblatex-caspervector-utf8.def
2323

2424
\ProvidesFile{biblatex-caspervector-gbk.def}%
25-
[2012/05/31 v0.1.3 Chinese punctuations in GBK]
25+
[2012/10/11 v0.1.4 Chinese punctuations and captions in GBK]
2626

2727
\providecommand\cnldquot{“}
2828
\providecommand\cnrdquot{”}

tex/biblatex-caspervector-utf8.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
% biblatex-caspervector-utf8.def
2323

2424
\ProvidesFile{biblatex-caspervector-utf8.def}%
25-
[2012/05/31 v0.1.3 Chinese punctuations in UTF-8]
25+
[2012/10/11 v0.1.4 Chinese punctuations and captions in UTF-8]
2626

2727
\providecommand\cnldquot{“}
2828
\providecommand\cnrdquot{”}

tex/caspervector.bbx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
% biblatex-caspervector-utf8.def
2323

2424
\ProvidesFile{caspervector.bbx}%
25-
[2012/05/31 v0.1.3 Casper Ti. Vector's biblatex bibliography style]
25+
[2012/10/11 v0.1.4 Casper Ti. Vector's biblatex bibliography style]
2626

2727
\RequireBibliographyStyle{numeric}
2828

tex/caspervector.cbx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
% biblatex-caspervector-utf8.def
2323

2424
\ProvidesFile{caspervector.cbx}%
25-
[2012/05/31 v0.1.3 Casper Ti. Vector's biblatex citation style]
25+
[2012/10/11 v0.1.4 Casper Ti. Vector's biblatex citation style]
2626

2727
\RequireCitationStyle{numeric-comp}
2828
\ExecuteBibliographyOptions{

0 commit comments

Comments
 (0)