-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG.rst
47 lines (26 loc) · 904 Bytes
/
CHANGELOG.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Changelog
=========
All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
`Unreleased <../../compare/0.1...HEAD>`_
----------------------------------------
Nothing yet
..
`0.2 <../../compare/0.1...0.2>`_ - YYYY-MM-DD
---------------------------------------------
Added:
- `A new feature linking to a github PR <../../pull/21>`_
Changed:
- A change in existing functionality
Deprecated:
- A soon-to-be removed feature
Removed:
- A feature that has now been removed
Fixed:
- A bug fix
Security:
- A vulnerability that has been patched
`0.1 <../../releases/tag/0.1>`_ - 2021-12-22
--------------------------------------------
Initial release