You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.0.0.dev3] - 2022-01-30
10
+
### Added
11
+
- The parsing engine is now Object-oriented and more flexible.
12
+
- Three new features:
13
+
-**Multiline:** Items ( <-- such as this one) can now
14
+
be written on several lines.
15
+
-**Sub-items:** Items can now have sub-items.
16
+
- Of any (reasonable) depth.
17
+
-**To list:** Using `to_list` instead of `to_dict` makes it possible to sort it easily.
18
+
19
+
### Changed
20
+
- Release dates are parsed (several formats are supported).
21
+
When `to_dict()`, a unique format is chosen.
22
+
- When `to_raw_dict()`, release dates are kept "as-is"
23
+
(and `.lower()` is no longer applied)
24
+
25
+
### Fixed
26
+
- Change ordering is now deterministic
27
+
- When `to_raw_dict()`, empty lines are preserved.
28
+
- When semantic version exists, it is produced. Before, if
29
+
depended on some bugs (it was produced sometimes and not
30
+
other times, such as when the change was empty or if there
31
+
was only the link, something like that...).
32
+
This is now more consistent.
33
+
9
34
## [2.0.0.dev2] - 2021-08-04
10
35
### Fixed
11
36
-`keepachangelog.release` will now properly bump version in case the number of digit to compare was previously increased (such as if version 9 and 10 existed).
@@ -84,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments