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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Changelog
2
2
This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html).
3
3
4
+
## [0.7.0] - 2023-06-11
5
+
### Added
6
+
- keep freetext directly under release headings
7
+
- Support for section preamble
8
+
9
+
### Changed
10
+
- Min SDK version is 3.0.0
11
+
4
12
## [0.6.0] - 2023-02-14
5
13
### Added
6
14
- You may pass an instance of markdown `Document` to the `parseChangelog()` to have fine-grained control over parsing, e.g. whether to encode HTML entities
@@ -111,6 +119,7 @@ This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.
0 commit comments