Skip to content

Commit fb1bd34

Browse files
authored
Merge pull request #2 from datacute/release/0.0.1-alpha
Added changelog for version
2 parents fda401e + f989034 commit fb1bd34

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)