Skip to content

Commit

Permalink
Merge pull request #125 from cmprescott/feature/1.0.0
Browse files Browse the repository at this point in the history
Feature/1.0.0
  • Loading branch information
cmprescott authored Aug 18, 2017
2 parents 465116a + 7430ccd commit c5f58ae
Show file tree
Hide file tree
Showing 6 changed files with 817 additions and 427 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Change Log

## [Unreleased] -
## [Unreleased]

## [1.0.0] - 2017-08-18
### Added
- Issue template

### Updated
- Sync with upstream in Ansible

### Fixed
- Documentation reporting incorrect license

## [0.4.0] - 2017-07-19
### Added
- Dot in regex for implicit nodes
- Implicit element creation via XPath

### Updated
- Relicense to GPLv3+ header
- Codestyle for inclusion for being upstreamed to Ansible
- Guard main()

## [0.3.4] - 2016-07-06
### Added
Expand Down Expand Up @@ -66,7 +86,9 @@
- unit tests
- Travis continuous integration

[Unreleased]: https://github.com/cmprescott/ansible-xml/compare/0.3.4...HEAD
[Unreleased]: https://github.com/cmprescott/ansible-xml/compare/1.0.0...HEAD
[1.0.0]: https://github.com/cmprescott/ansible-xml/compare/0.4.0...1.0.0
[0.4.0]: https://github.com/cmprescott/ansible-xml/compare/0.3.4...0.4.0
[0.3.4]: https://github.com/cmprescott/ansible-xml/compare/0.3.3...0.3.4
[0.3.3]: https://github.com/cmprescott/ansible-xml/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/cmprescott/ansible-xml/compare/0.3.1...0.3.2
Expand Down
Loading

0 comments on commit c5f58ae

Please sign in to comment.