Skip to content

Commit c5f58ae

Browse files
authored
Merge pull request #125 from cmprescott/feature/1.0.0
Feature/1.0.0
2 parents 465116a + 7430ccd commit c5f58ae

File tree

6 files changed

+817
-427
lines changed

6 files changed

+817
-427
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Change Log
22

3-
## [Unreleased] -
3+
## [Unreleased]
4+
5+
## [1.0.0] - 2017-08-18
6+
### Added
7+
- Issue template
8+
9+
### Updated
10+
- Sync with upstream in Ansible
11+
12+
### Fixed
13+
- Documentation reporting incorrect license
14+
15+
## [0.4.0] - 2017-07-19
16+
### Added
17+
- Dot in regex for implicit nodes
18+
- Implicit element creation via XPath
19+
20+
### Updated
21+
- Relicense to GPLv3+ header
22+
- Codestyle for inclusion for being upstreamed to Ansible
23+
- Guard main()
424

525
## [0.3.4] - 2016-07-06
626
### Added
@@ -66,7 +86,9 @@
6686
- unit tests
6787
- Travis continuous integration
6888

69-
[Unreleased]: https://github.com/cmprescott/ansible-xml/compare/0.3.4...HEAD
89+
[Unreleased]: https://github.com/cmprescott/ansible-xml/compare/1.0.0...HEAD
90+
[1.0.0]: https://github.com/cmprescott/ansible-xml/compare/0.4.0...1.0.0
91+
[0.4.0]: https://github.com/cmprescott/ansible-xml/compare/0.3.4...0.4.0
7092
[0.3.4]: https://github.com/cmprescott/ansible-xml/compare/0.3.3...0.3.4
7193
[0.3.3]: https://github.com/cmprescott/ansible-xml/compare/0.3.2...0.3.3
7294
[0.3.2]: https://github.com/cmprescott/ansible-xml/compare/0.3.1...0.3.2

0 commit comments

Comments
 (0)