Skip to content

Commit

Permalink
update changelog for 1.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
joenio committed Mar 23, 2018
1 parent 48800ff commit 44f6418
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.20.8] - 2018-03-23

### Added
- Auto generate META.json using dzil plugin MetaJSON

### Fixed
- Changed markdown syntax to fix pandoc html transforming
- Tests depends on File::Slurp
- Env::Path is required at runtime

### Removed
- Removed dependency for Method::Signatures

## [1.20.7] - 2018-02-07

### Changed
Expand Down Expand Up @@ -106,3 +119,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.20.5]: https://github.com/analizo/analizo/compare/1.20.4...1.20.5
[1.20.6]: https://github.com/analizo/analizo/compare/1.20.5...1.20.6
[1.20.7]: https://github.com/analizo/analizo/compare/1.20.6...1.20.7
[1.20.8]: https://github.com/analizo/analizo/compare/1.20.7...1.20.8
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
analizo (1.20.8) unstable; urgency=medium

* removing dependency for Method::Signatures
* Env::Path is required at runtime #115 (thanks @rafamanzo @eserte)
* auto generate META.json using dzil plugin [MetaJSON] (thanks @manwar)
* tests depends on File::Slurp #114
* change markdown syntax to avoid error transforming doc in html

-- Joenio Costa <joenio@joenio.me> Fri, 23 Mar 2018 15:49:45 -0300

analizo (1.20.7) unstable; urgency=medium

* Change development script to install CPAN modules without sudo
Expand Down

0 comments on commit 44f6418

Please sign in to comment.