Skip to content

Commit

Permalink
[VERSION] v0.6.1
Browse files Browse the repository at this point in the history
* updated version to v0.6.1
  • Loading branch information
sevketcaba committed Feb 26, 2024
1 parent ced4adb commit 7a2f60e
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,48 @@
# v0.6.1

- **[BUMP]** setuptools : 65.5.0 -> 69.1.1
- **[BUMP]** black : 23.9 -> 24.2
- **[BUMP]** mypy : 1.7 -> 1.8
- **[BUMP]** flake8 : 6.1 -> 7.0
- **[BUMP]** pytest : 7.4 -> 8.0
- **[ADD]** pytest-cov 4.1
- **[REMOVE]** coverage 7.3
- **[CHANGE]** pytest-cov instead of coverage

# v0.6.0
- **[FEATURE]** Added move() functionality [see: Function move()](README.md#function_move)

- **[FEATURE]** Added move() functionality [see: Function move()](README.md#function_move)
- **[BUG_FIX]** Fixed a bug where release does not actually releases the resources
- **[CI_FIX]** Added missing pytest which was removed with the coverage
- **[BUMP]** Bumped mypy to v1.7

# v0.5.0

- **[FEATURE]** Added PEP-561 compliance (py.typed)

# v0.4.0

- **[BUGFIX]** Fixed publish with the lowest supported python version

# v0.3.0 [NOT PUBLISHED]

- **[FEATURE]** Added Python 3.10 support
- **[FEATURE]** Added Python 3.12 support
- **[DOC]** Added Release Notes
- **[DOC]** Updated README
- **[FEATURE]** Fixed __init__.py so the module can now be used as
`from uglylogger import Logger`
instead of
`from uglylogger.logger import Logger`
- **[FEATURE]** Fixed **init**.py so the module can now be used as
`from uglylogger import Logger`
instead of
`from uglylogger.logger import Logger`

# v0.2.0
- **[FEATURE]** introduced logger.console_oneline() method which enables user to print to a single console row (Useful for progress output)

- **[FEATURE]** introduced logger.console_oneline() method which enables user to print to a single console row (Useful for progress output)

# v0.1.1
- **[FEATURE]** logger.log() method now accepts *LogOutput* as an argument

- **[FEATURE]** logger.log() method now accepts _LogOutput_ as an argument

# v0.1.0
- **[INITIAL]** Initial Release

- **[INITIAL]** Initial Release

0 comments on commit 7a2f60e

Please sign in to comment.