Skip to content

Commit 8afa02c

Browse files
committed
Use "Keep a Changelog" format
1 parent 48e84aa commit 8afa02c

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

CHANGES.rst

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
11
Changelog
22
=========
33

4+
All notable changes to this project will be documented in this file.
5+
6+
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.1.0/>`_,
7+
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
8+
49
Unreleased
510
----------
6-
- Declare compatibility with python 3.13
7-
- Drop support for python 3.8. Supported versions are now: 3.9, 3.10, 3.11, 3.12, 3.13.
8-
- Drop support for pytest < 7.0.0.
11+
12+
Added
13+
+++++
14+
* Declare compatibility with python 3.13. Supported versions are now: 3.9, 3.10, 3.11, 3.12, 3.13.
15+
16+
Changed
17+
+++++++
18+
* Changelog format updated to follow `Keep a Changelog <https://keepachangelog.com/en/1.1.0/>`_.
19+
20+
Deprecated
21+
++++++++++
22+
23+
Removed
24+
+++++++
25+
* Drop support for python 3.8. Supported versions are now: 3.9, 3.10, 3.11, 3.12, 3.13.
26+
* Drop support for pytest < 7.0.0.
27+
28+
Fixed
29+
+++++
30+
31+
Security
32+
++++++++
933

1034
2.7.0
1135
----------

0 commit comments

Comments
 (0)