Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Dec 10, 2020
1 parent 614ccfc commit 954d363
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
9 changes: 6 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Project Lead:
-------------
Original Project Lead:
----------------------
Yesudeep Mangalapilly <yesudeep@google.com>

Current Project Lead:
---------------------
Mickaël Schoentgen <contact@tiger-222.fr>

Contributors in alphabetical order:
-----------------------------------
Adrian Tejn Kern <tejnkern@gmail.com>
Expand All @@ -19,7 +23,6 @@ Lukáš Lalinský <lalinsky@gmail.com>
Malthe Borch <mborch@gmail.com>
Martin Kreichgauer <kreichgauer@gmail.com>
Martin Kreichgauer <martin@kreichgauer.com>
Mickaël Schoentgen <contact@tiger-222.fr>
Mike Lundy <mike@fluffypenguin.org>
Raymond Hettinger <python@rcn.com>
Roman Ovchinnikov <coolthecold@gmail.com>
Expand Down
13 changes: 7 additions & 6 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ Changelog
1.0.0
~~~~~

2021-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.10.4...master>`__
2021-12-10 • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.10.4...v1.0.0>`__

- Versioning is now following `semver <https://semver.org/>`_
- Versioning is now following the `semver <https://semver.org/>`_
- Drop support for Python 2.7, 3.4 and 3.5
- Allow file paths on Unix that don't follow the file system encoding (`#703 <https://github.com/gorakhargosh/watchdog/pull/703>`_)
- Use ``pathlib`` from the standard library, instead of pathtools (`#556 <https://github.com/gorakhargosh/watchdog/pull/556>`_)
- Removed the long-time deprecated ``events.LoggingFileSystemEventHandler`` class, use ``LoggingEventHandler`` instead
- [mac] Regression fixes for native ``fsevents`` (`#717 <https://github.com/gorakhargosh/watchdog/pull/717>`_)
- [windows] ``winapi.BUFFER_SIZE`` now defaults to ``64000`` (instead of ``2048``) (`#700 <https://github.com/gorakhargosh/watchdog/pull/700>`_)
- [windows] Introduced ``winapi.PATH_BUFFER_SIZE`` (defaults to ``2048``) to keep the old behavior with path-realted functions (`#700 <https://github.com/gorakhargosh/watchdog/pull/700>`_)
- Thanks to our beloved contributors: @SamSchott, @bstaletic, @BoboTiG
- Use ``pathlib`` from the standard library, instead of pathtools (`#556 <https://github.com/gorakhargosh/watchdog/pull/556>`_)
- Allow file paths on Unix that don't follow the file system encoding (`#703 <https://github.com/gorakhargosh/watchdog/pull/703>`_)
- Removed the long-time deprecated ``events.LoggingFileSystemEventHandler`` class, use ``LoggingEventHandler`` instead
- Thanks to our beloved contributors: @SamSchott, @bstaletic, @BoboTiG, @CCP-Aporia


0.10.4
Expand Down

0 comments on commit 954d363

Please sign in to comment.