Sourced from watchdog's releases.
2.3.1
- Run
black
on the entire source code- Bundle the
requirements-tests.txt
file in the source distribution (#939)- [watchmedo] Exclude
FileOpenedEvent
events fromAutoRestartTrick
, andShellCommandTrick
, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. (#949)- [watchmedo] Log
FileOpenedEvent
, andFileClosedEvent
, events inLoggerTrick
:heart_decoration: Thanks to our beloved contributors:
@BoboTiG
Sourced from watchdog's changelog.
2.3.1
2023-02-28 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.3.0...v2.3.1>`__
- Run
black
on the entire source code- Bundle the
requirements-tests.txt
file in the source distribution ([#939](https://github.com/gorakhargosh/watchdog/issues/939) <https://github.com/gorakhargosh/watchdog/pull/939>
__)- [watchmedo] Exclude
FileOpenedEvent
events fromAutoRestartTrick
, andShellCommandTrick
, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. ([#949](https://github.com/gorakhargosh/watchdog/issues/949) <https://github.com/gorakhargosh/watchdog/pull/949>
__)- [watchmedo] Log
FileOpenedEvent
, andFileClosedEvent
, events inLoggerTrick
- Thanks to our beloved contributors:
@BoboTiG
60a97bf
Version 2.3.1346ee46
Bundle the requirements-tests.txt
file in the source
distributiond38ab5a
Second run for black
b4a8a14
[watchmedo] Log FileOpenedEvent
, and
FileClosedEvent
, events in `LoggerTr...25a2d1f
[watchmedo] Exclude FileOpenedEvent
events from
AutoRestartTrick
, and `Sh...54f2cf0
Run black
on the entire source code16015f5
Bump the version