Skip to content

Commit

Permalink
v2.8.1
Browse files Browse the repository at this point in the history
v2.8.1
+ Fixed Carriage Return Handling.
+ Fixed setting level using `log21.basic_config`
+ Added more configuration for developer tools to the `pyproject.toml` file.
+ Added pre-commit.
  • Loading branch information
MPCodeWriter21 committed Mar 27, 2024
1 parent 0bff558 commit 0d24f21
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Help this project by [Donation](DONATE.md)
Changes
-------

### 2.8.1

+ Fixed Carriage Return Handling.
+ Fixed setting level using `log21.basic_config`
+ Added more configuration for developer tools to the `pyproject.toml` file.
+ Added pre-commit.

### 2.8.1b0

+ Fixed setting level using `log21.basic_config`
Expand Down Expand Up @@ -49,7 +56,7 @@ Changes
`typing.Literal`, `enum.Enum`, `tuple` and `typing.Required`.
+ Modified the way `Enum`s are handled in the Argument Parser.
+ Handled some `typing._SpecialForm`s.
+ A normal ArgumentGroup can now be required! (Unlike MutuallyExclusiveGroup it can
+ A normal ArgumentGroup can now be required! (Unlike MutuallyExclusiveGroup it can
have more than 1 option used at the same time)
+ `argumentify` now supports async functions as the entry point.

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ pip install git+https://github.com/MPCodeWriter21/log21
Changes
-------

### 2.8.1b0
### 2.8.1

+ Fixed Carriage Return Handling.
+ Fixed setting level using `log21.basic_config`
+ Added more configuration for developer tools to the `pyproject.toml` file.
+ Added pre-commit.

[Full CHANGELOG](https://github.com/MPCodeWriter21/log21/blob/master/CHANGELOG.md)

Expand Down Expand Up @@ -202,7 +205,7 @@ for character in text:

window.error(colored_text)

# See more examples in
# See more examples in
# https://github.com/MPCodeWriter21/log21/blob/066efc1e72542531012d36974bbf6cd4c5941378/log21/LoggingWindow.py#L155
# and
# https://github.com/MPCodeWriter21/log21/blob/066efc1e72542531012d36974bbf6cd4c5941378/log21/__init__.py#L144
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"webcolors",
"docstring-parser"
]
version = "2.8.1b0"
version = "2.8.1"

[tool.setuptools.packages.find]
where = ["src"]
Expand Down

0 comments on commit 0d24f21

Please sign in to comment.