From 26ee8f5ad4a7be70efa106bf2457fde81b7400ea Mon Sep 17 00:00:00 2001 From: yamadapc Date: Fri, 16 Jun 2017 16:21:28 -0300 Subject: [PATCH] Bump version to v0.4.1.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ jats2tex.cabal | 2 +- package.yaml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8385c59 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Change Log + +## [v0.4.0.0](https://github.com/beijaflor-io/jats2tex/tree/v0.4.0.0) (2017-06-16) +[Full Changelog](https://github.com/beijaflor-io/jats2tex/compare/v0.3.2.0...v0.4.0.0) + +## [v0.3.2.0](https://github.com/beijaflor-io/jats2tex/tree/v0.3.2.0) (2017-06-05) +[Full Changelog](https://github.com/beijaflor-io/jats2tex/compare/v0.3.1.0...v0.3.2.0) + +## [v0.3.1.0](https://github.com/beijaflor-io/jats2tex/tree/v0.3.1.0) (2017-06-05) +[Full Changelog](https://github.com/beijaflor-io/jats2tex/compare/v0.3.0.0...v0.3.1.0) + +## [v0.3.0.0](https://github.com/beijaflor-io/jats2tex/tree/v0.3.0.0) (2017-06-05) +[Full Changelog](https://github.com/beijaflor-io/jats2tex/compare/v0.2.2.0...v0.3.0.0) + +## [v0.2.2.0](https://github.com/beijaflor-io/jats2tex/tree/v0.2.2.0) (2017-06-05) +[Full Changelog](https://github.com/beijaflor-io/jats2tex/compare/v0.2.1.0...v0.2.2.0) + +## [v0.2.1.0](https://github.com/beijaflor-io/jats2tex/tree/v0.2.1.0) (2017-05-29) +[Full Changelog](https://github.com/beijaflor-io/jats2tex/compare/v0.2.0.0...v0.2.1.0) + +## [v0.2.0.0](https://github.com/beijaflor-io/jats2tex/tree/v0.2.0.0) (2017-05-29) +[Full Changelog](https://github.com/beijaflor-io/jats2tex/compare/v0.1.0.0...v0.2.0.0) + +## [v0.1.0.0](https://github.com/beijaflor-io/jats2tex/tree/v0.1.0.0) (2017-05-29) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/jats2tex.cabal b/jats2tex.cabal index 9f22cf6..1187c7f 100644 --- a/jats2tex.cabal +++ b/jats2tex.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: jats2tex -version: 0.4.0.0 +version: 0.4.1.0 synopsis: jats2tex converts JATS-XML to LaTeX description: jats2tex converts JATS-XML to LaTeX category: Language diff --git a/package.yaml b/package.yaml index 9c84db2..387ab86 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: jats2tex -version: '0.4.0.0' +version: '0.4.1.0' author: Pedro Tacla Yamada maintainer: yamada@beijaflor.io category: Language