We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bffcb commit 32dc6c1Copy full SHA for 32dc6c1
docs/changelog.rst
@@ -2,9 +2,14 @@ Changelog
2
---------
3
4
Upcoming
5
-'''''''
6
-- Dropped support for Python 3.7 and 3.8
+''''''''
7
+- Dropped support for Python 3.7 and 3.8
8
+- Added minimal contribution guidelines to CONTRIBUTING.md
9
+- Changed project linter and formatter from ``flake8`` to ``ruff``. Reformatted
10
+ the codebase with ``ruff``.
11
+- Moved changelog into its own file, ``changelog.rst``. Also added github workflow
12
+ for automatic changelog reminders.
13
14
v0.13.0
15
'''''''
0 commit comments