Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmrq committed Nov 17, 2018
1 parent 9c62e2b commit d821848
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 20 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [3.4] - 2018-11-17

### Added
- Allow different English varieties
- Add `\textcite*` command

### Fixed
- Clear some harmless warnings
- Never abbreviate prefix in citations

### Changed
- Use `uniquename=minfull` for citations
- Replace xstring with l3regex


## [3.3] - 2018-04-04

### Added
Expand Down Expand Up @@ -104,6 +119,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add "et al." in citations


[3.4]: https://github.com/abntex/biblatex-abnt/compare/v3.3...v3.4
[3.3]: https://github.com/abntex/biblatex-abnt/compare/v3.2...v3.3
[3.2]: https://github.com/abntex/biblatex-abnt/compare/v3.1...v3.2
[3.1]: https://github.com/abntex/biblatex-abnt/compare/v3.0...v3.1
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
BibLaTeX style for Brazil's ABNT (Brazilian Association of Technical Standards)
rules.

Version 3.3
Version 3.4

---

Estilo para BibLaTeX compatível com as normas da ABNT.

Versão 3.3
Versão 3.4

---

Expand All @@ -34,7 +34,9 @@ Para instalá-lo manualmente, copie os arquivos `.bbx`, `.cbx` e `.lbx` para

e atualize o banco de dados do TeX (rodando o `texhash`, por exemplo).

**O biblatex-abnt requer `biblatex v3.8` e `biber v2.8`.**
**O biblatex-abnt requer as últimas versões do Biber e do BibLaTeX.
Se você estiver com algum problema, verifique se esses pacotes estão
atualizados.**

## Uso

Expand Down
Binary file modified doc/biblatex-abnt.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/biblatex-abnt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
\printbibliography[heading=none,check=key#1]%
}% <<<2

\newcommand{\version}{3.3}
\newcommand{\version}{3.4}
\newcommand{\requirements}{\texttt{biblatex 3.8} e \texttt{biber 2.8}}

\title{biblatex-abnt \version}
Expand Down
2 changes: 1 addition & 1 deletion latex/bbx/abnt-ibid.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{abnt-ibid.bbx}
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

\RequireBibliographyStyle{abnt}

Expand Down
2 changes: 1 addition & 1 deletion latex/bbx/abnt-numeric.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{abnt-numeric.bbx}%
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

\RequireBibliographyStyle{abnt}
\ExecuteBibliographyOptions{labelnumber}
Expand Down
4 changes: 3 additions & 1 deletion latex/bbx/abnt.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{abnt.bbx}%
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%


% Init >>>1
Expand Down Expand Up @@ -459,6 +459,8 @@
\iffieldregex{#1}{(\.|\!|\?|\-|\:|\/)\Z}%
}

% <<<1


% Formatting >>>1

Expand Down
2 changes: 1 addition & 1 deletion latex/cbx/abnt-ibid.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{abnt-ibid.cbx}%
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

% Init >>>1

Expand Down
2 changes: 1 addition & 1 deletion latex/cbx/abnt-numeric.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{abnt-numeric.cbx}%
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

% Init >>>1

Expand Down
2 changes: 1 addition & 1 deletion latex/cbx/abnt.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{abnt.cbx}%
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

% Init >>>1

Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/american-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{american-abnt.lbx}
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

\InheritBibliographyExtras{english-abnt}
\InheritBibliographyStrings{english-abnt}
Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/australian-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{australian-abnt.lbx}
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

\InheritBibliographyExtras{english-abnt}
\InheritBibliographyStrings{english-abnt}
Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/brazil-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{brazil-abnt.lbx}
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

\InheritBibliographyExtras{brazilian-abnt}
\InheritBibliographyStrings{brazilian-abnt}
Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/brazilian-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{brazilian-abnt.lbx}%
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%


% Init >>>
Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/british-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{british-abnt.lbx}
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

\InheritBibliographyExtras{english-abnt}
\InheritBibliographyStrings{english-abnt}
Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/canadian-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{canadian-abnt.lbx}
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

\InheritBibliographyExtras{english-abnt}
\InheritBibliographyStrings{english-abnt}
Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/english-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%% Tradução para o espanhol de Juan-Ernesto Sepúlveda. Obrigado!

\ProvidesFile{english-abnt.lbx}%
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%


% Init >>>
Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/portuges-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{portuges-abnt.lbx}
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

\InheritBibliographyExtras{brazilian-abnt}
\InheritBibliographyStrings{brazilian-abnt}
Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/portuguese-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%% The Current Maintainer of this work is Daniel Ballester Marques.

\ProvidesFile{portuguese-abnt.lbx}
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%

\InheritBibliographyExtras{brazilian-abnt}
\InheritBibliographyStrings{brazilian-abnt}
Expand Down
2 changes: 1 addition & 1 deletion latex/lbx/spanish-abnt.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%% Tradução para o espanhol de Juan-Ernesto Sepúlveda. Obrigado!

\ProvidesFile{spanish-abnt.lbx}%
[2018/04/04\space v3.3\space ABNT BibLaTeX citation style]%
[2018-11-17\space v3.4\space ABNT BibLaTeX citation style]%


% Init >>>
Expand Down

0 comments on commit d821848

Please sign in to comment.