Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed May 16, 2019
1 parent 74a59a4 commit 6cd0d42
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.17] - 2019-05-15
## [v0.0.18] - 2019-05-15
### Added
- added automated test functionality in ``/tests/`` and ``Makefile``

### Changed
- switched from usage of `os.path` to `pathlib` at the appropriate places
- catch Python 3.5 error for emulated ``mkdir -p`` functionality

## [0.0.16] - 2019-05-15
### Added
- [code of conduct](https://github.com/benmaier/netwulf/raw/master/CONDE_OF_CONDUCT.md)
- [contributing guidelines](https://github.com/benmaier/netwulf/raw/master/CONTRIBUTING.md).
## [v0.0.17] - 2019-05-15
### Changed
- switched from usage of `os.path` to `pathlib` at the appropriate places

[Unreleased]: https://github.com/benmaier/netwulf/compare/v0.0.17...HEAD
[0.0.17]: https://github.com/benmaier/netwulf/compare/v0.0.16...v0.0.17
[0.0.16]: https://github.com/benmaier/netwulf/releases/tag/v0.0.16
[Unreleased]: https://github.com/benmaier/netwulf/compare/v0.0.18...HEAD
[v0.0.18]: https://github.com/benmaier/netwulf/compare/v0.0.17...v0.0.18
[v0.0.17]: https://github.com/benmaier/netwulf/releases/tag/v0.0.17

0 comments on commit 6cd0d42

Please sign in to comment.