Skip to content

Commit 1fdd7d9

Browse files
Update CHANGELOG for 0.9.25.
1 parent 5ea4197 commit 1fdd7d9

File tree

3 files changed

+26
-17
lines changed

3 files changed

+26
-17
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
- 0.9.25:
4+
- Improvements to project config (`pyproject.toml`) with `hatch`. Thanks @stumpylog.
5+
- Fixes [#66](https://github.com/Preston-Landers/concurrent-log-handler/issues/66)
6+
Timed mode rollover fails if backupCount limit is hit and gzip is on. Thanks @moynihan.
7+
- Fixes [#60](https://github.com/Preston-Landers/concurrent-log-handler/issues/60)
8+
Timed mode causes DeprecationWarning if you don't give the `delay` parameter. Thanks @platinops.
9+
310
- 0.9.24:
411
- Fixes #58 - Eliminate `use_2to3` kwarg causing problems in setup.py.
512

CONTRIBUTORS.md

+18-16
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
1-
## Contributors
1+
# Contributors
22

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

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

7-
https://github.com/und3rc
7+
[https://github.com/stumpylog](https://github.com/stumpylog)
88

9-
https://github.com/wcooley
9+
[https://github.com/und3rc](https://github.com/und3rc)
1010

11-
https://github.com/greenfrog82
11+
[https://github.com/wcooley](https://github.com/wcooley)
1212

13-
https://github.com/blakehilliard
13+
[https://github.com/greenfrog82](https://github.com/greenfrog82)
1414

15-
https://github.com/eriktews
15+
[https://github.com/blakehilliard](https://github.com/blakehilliard)
1616

17-
https://github.com/ZhuYuJin
17+
[https://github.com/eriktews](https://github.com/eriktews)
1818

19-
https://github.com/vashek
19+
[https://github.com/ZhuYuJin](https://github.com/ZhuYuJin)
2020

21-
https://github.com/terencehonles
21+
[https://github.com/vashek](https://github.com/vashek)
2222

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

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

27-
https://github.com/buddly27
27+
[https://github.com/mariusvniekerk](https://github.com/mariusvniekerk)
2828

29-
https://github.com/aDramaQueen
29+
[https://github.com/buddly27](https://github.com/buddly27)
3030

31-
https://github.com/tzongw
31+
[https://github.com/aDramaQueen](https://github.com/aDramaQueen)
3232

33-
https://github.com/dashedman
33+
[https://github.com/tzongw](https://github.com/tzongw)
34+
35+
[https://github.com/dashedman](https://github.com/dashedman)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.24"
1+
__version__ = "0.9.25"

0 commit comments

Comments
 (0)