Skip to content

Commit

Permalink
chore(release): Updates for first Minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Gehlot committed Mar 31, 2023
1 parent c7c3dc5 commit c9bbdf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]
## Unreleased

## [0.1.0]
### Updated
- Refactored the code to adhere to PEP8 standards for better readability and maintainability.
- Added type hints to function signatures for improved code comprehension and editor support.
Expand All @@ -13,6 +15,7 @@
- Enhanced the library with docstrings for better documentation and understanding.
- Updated the `README.md` file to provide clearer instructions on how to use the library, including examples and explanations of the new features.
- Improved the `setup.py` file to adhere to the latest Python norms and standards.
- Added `nox` as a development dependency to simplify the development workflow.

## [0.0.3] - 2022-05-08
### Updated
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="logEZ",
version="0.0.4",
version="0.1.0",
description="A simple(r) logger for Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c9bbdf3

Please sign in to comment.