Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Minor 1.1.0 Updates
  • Loading branch information
VaeterchenFrost committed Jun 6, 2020
1 parent 51b1768 commit 45dde26
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html ).

## [Unreleased]

No unreleased changes yet.

## [1.1.0] - 2020-06-07
### Added
- Added file utilities.py with several static or shared things like
- Constants: CFG_EXT, LOGLEVEL_EPILOG, DEFAULT_LOGGING_CFG
Expand All @@ -23,7 +26,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html ).
- bag_node
- solution_node

- Added file logging.yml (and .ini) with logging configuration for the module
- Added file logging.yml (and .ini) with logging configuration for the module [#20]
- Added half the tests for utilities.py

### Changed
- Changed path of image SharpSatExample to the absolute URL for [PyPI].
Expand Down Expand Up @@ -88,14 +92,16 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html ).
[#11]: https://github.com/VaeterchenFrost/tdvisu/issues/11
[#12]: https://github.com/VaeterchenFrost/tdvisu/issues/12
[#13]: https://github.com/VaeterchenFrost/tdvisu/issues/13
[#20]: https://github.com/VaeterchenFrost/tdvisu/pull/20

[@VaeterchenFrost]: https://github.com/VaeterchenFrost
[PyPI]: https://pypi.org/project/tdvisu/
[mypy]: https://github.com/python/mypy
[DIRECTORY]: https://github.com/VaeterchenFrost/tdvisu/blob/master/DIRECTORY.md
[Codecov]: https://codecov.io/gh/VaeterchenFrost/tdvisu

[Unreleased]: https://github.com/VaeterchenFrost/tdvisu/compare/v1.0.1...master
[Unreleased]: https://github.com/VaeterchenFrost/tdvisu/compare/v1.1.0...master
[1.1.0]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.1.0
[1.0.1]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.0.1
[1.0.0]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.0.0
[0.5.1]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v0.5.1
Expand Down

0 comments on commit 45dde26

Please sign in to comment.