Skip to content

Commit

Permalink
Update CHANGELOG for 0.9.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
Preston-Landers committed Nov 28, 2023
1 parent 5ea4197 commit 1fdd7d9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

- 0.9.25:
- Improvements to project config (`pyproject.toml`) with `hatch`. Thanks @stumpylog.
- Fixes [#66](https://github.com/Preston-Landers/concurrent-log-handler/issues/66)
Timed mode rollover fails if backupCount limit is hit and gzip is on. Thanks @moynihan.
- Fixes [#60](https://github.com/Preston-Landers/concurrent-log-handler/issues/60)
Timed mode causes DeprecationWarning if you don't give the `delay` parameter. Thanks @platinops.

- 0.9.24:
- Fixes #58 - Eliminate `use_2to3` kwarg causing problems in setup.py.

Expand Down
34 changes: 18 additions & 16 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
## Contributors
# Contributors

The following folks were kind enough to contribute to this fork, in no particular order:

https://github.com/Preston-Landers
[https://github.com/Preston-Landers](https://github.com/Preston-Landers)

https://github.com/und3rc
[https://github.com/stumpylog](https://github.com/stumpylog)

https://github.com/wcooley
[https://github.com/und3rc](https://github.com/und3rc)

https://github.com/greenfrog82
[https://github.com/wcooley](https://github.com/wcooley)

https://github.com/blakehilliard
[https://github.com/greenfrog82](https://github.com/greenfrog82)

https://github.com/eriktews
[https://github.com/blakehilliard](https://github.com/blakehilliard)

https://github.com/ZhuYuJin
[https://github.com/eriktews](https://github.com/eriktews)

https://github.com/vashek
[https://github.com/ZhuYuJin](https://github.com/ZhuYuJin)

https://github.com/terencehonles
[https://github.com/vashek](https://github.com/vashek)

https://github.com/fr-ez
[https://github.com/terencehonles](https://github.com/terencehonles)

https://github.com/mariusvniekerk
[https://github.com/fr-ez](https://github.com/fr-ez)

https://github.com/buddly27
[https://github.com/mariusvniekerk](https://github.com/mariusvniekerk)

https://github.com/aDramaQueen
[https://github.com/buddly27](https://github.com/buddly27)

https://github.com/tzongw
[https://github.com/aDramaQueen](https://github.com/aDramaQueen)

https://github.com/dashedman
[https://github.com/tzongw](https://github.com/tzongw)

[https://github.com/dashedman](https://github.com/dashedman)
2 changes: 1 addition & 1 deletion src/concurrent_log_handler/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.24"
__version__ = "0.9.25"

0 comments on commit 1fdd7d9

Please sign in to comment.