File tree Expand file tree Collapse file tree 1 file changed +41
-8
lines changed Expand file tree Collapse file tree 1 file changed +41
-8
lines changed Original file line number Diff line number Diff line change 1
- # [ unreleased] ( https://github.com/<author>/<my-package>/releases/tag/<the-tag> )
2
- ## Added
1
+ # Changelog
3
2
4
- ## Removed
3
+ All notable changes to this project will be documented in this file.
5
4
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 ) .
7
7
8
- ## Migration Guide from v0.1.X
8
+ ## [ Unreleased ]
9
9
10
- ---
10
+ <details >
11
+ <summary >Migration guide from v0.1.X</summary >
11
12
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
You can’t perform that action at this time.
0 commit comments