Skip to content

Commit 9953699

Browse files
Adhere to Keep a Changelog (typst-community#24)
1 parent 8585d75 commit 9953699

File tree

1 file changed

+41
-8
lines changed

1 file changed

+41
-8
lines changed

CHANGELOG.md

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,46 @@
1-
# [unreleased](https://github.com/<author>/<my-package>/releases/tag/<the-tag>)
2-
## Added
1+
# Changelog
32

4-
## Removed
3+
All notable changes to this project will be documented in this file.
54

6-
## Changed
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Migration Guide from v0.1.X
8+
## [Unreleased]
99

10-
---
10+
<details>
11+
<summary>Migration guide from v0.1.X</summary>
1112

12-
# [v0.1.0](https://github.com/<author>/<my-package>/releases/tag/v0.1.0)
13-
Initial Release
13+
<!-- Write migration guide here -->
14+
15+
</details>
16+
17+
### Added
18+
19+
### Changed
20+
21+
### Deprecated
22+
23+
### Removed
24+
25+
### Fixed
26+
27+
### Security
28+
29+
## [0.1.0] - 2025-01-01
30+
31+
### Added
32+
33+
<!-- Describe the feature set of the initial release here -->
34+
-
35+
-
36+
-
37+
38+
<!--
39+
Below are the target URLs for each version
40+
You can link version numbers (in level-2 headings)
41+
to the corresponding tag on GitHub, or the diff
42+
in comparison to the previous release
43+
-->
44+
45+
[Unreleased]: https://github.com/<author>/<my-package>/compare/v0.1.0...HEAD
46+
[0.1.0]: https://github.com/<author>/<my-package>/releases/tag/v0.1.0

0 commit comments

Comments
 (0)