File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ ## [ Unreleased] [ Unreleased ]
9+
10+
11+ ## [ 0.0.1-alpha]
912
1013### Added
14+
1115- ` SourceGeneratorContext ` library to help creators of source generators.
1216- ` [SourceGeneratorContext] ` attribute to mark partial classes for generation.
1317- Generate doc-comments to partial classes showing different portions of the context available to source generators.
@@ -49,4 +53,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4953 - MetadataReferencesProvider's MetadataReference details
5054- Diagnostic log of the source generation process and timing included.
5155
52- [ Unreleased ] : https://github.com/datacute/SourceGeneratorContext/compare/main...develop
56+ [ Unreleased ] : https://github.com/datacute/SourceGeneratorContext/compare/0.0.1-alpha...HEAD
57+ [ 0.0.1-alpha ] : https://github.com/datacute/SourceGeneratorContext/releases/tag/0.0.1-alpha
You can’t perform that action at this time.
0 commit comments