@@ -5,10 +5,31 @@ Version History
5
5
Version: 0.7.0 (UNRELEASED)
6
6
-------------------------------------------------------------------------------
7
7
8
+ GOALS:
9
+
10
+ * Drop support for Python 2.7
11
+ * Support Python >= 3.7 (probably)
12
+
13
+
14
+ Version: 0.6.1 (2023-07-02)
15
+ -------------------------------------------------------------------------------
16
+
17
+ * Switch to MIT license (same as: `parse`_ module)
18
+ * Use SPDX-License-Identifier in source code (to simplify understanding)
19
+ * UPDATE/SYNC to `parse`_ v1.19.1
20
+ * ADDED: ``pyproject.toml`` to support newer ``pip`` versions
21
+ REASON: ``setup.py`` becomes DEPRECATED in 2023-09 for newer ``pip`` versions.
22
+
23
+ FIXED:
24
+
25
+ * Issue #19: 0.6.0: pytest is failing in two units (submitted by: kloczek; caused by: `parse`_ v1.19.1)
26
+ * Issue #1: Licensing confusion
27
+
8
28
DEVELOPMENT:
9
29
10
- * Renamed default branch of Git repository to "main" (was: "master").
11
- * Use github-actions as CI/CD pipeline.
30
+ * VCS: Renamed default branch of Git repository to "main" (was: "master").
31
+ * CI: Use github-actions as CI pipeline.
32
+
12
33
13
34
Version: 0.6.0 (2022-01-18)
14
35
-------------------------------------------------------------------------------
@@ -90,3 +111,6 @@ BACKWARD INCOMPATIBLE CHANGES:
90
111
91
112
* RENAMED: type_converter.regex_group_count attribute (was: .group_count)
92
113
(pull-request review changes of the ``parse`` module).
114
+
115
+
116
+ .. _parse: https://github.com/r1chardj0n3s/parse
0 commit comments