Skip to content

Commit afdbbcd

Browse files
authored
docs: add CHANGELOG.md (#20)
1 parent 6220e98 commit afdbbcd

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
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+
8+
## [Unreleased]
9+
10+
## [0.3.0] - 2025-12-30
11+
12+
### Added
13+
14+
- String constant generation for top-level VSCT GUIDs
15+
- Implicit Microsoft.VSSDK.BuildTools package reference
16+
17+
### Changed
18+
19+
- Removed publish manifest generation (refactored for simplicity)
20+
21+
## [0.2.0] - 2025-12-30
22+
23+
### Added
24+
25+
- Publish manifest generation and source generators
26+
- Analyzer reference for source generators
27+
28+
### Fixed
29+
30+
- Release workflow updated for moved solution location
31+
32+
### Changed
33+
34+
- README refreshed with emojis and reorganized sections
35+
- README badges updated to for-the-badge style
36+
37+
[Unreleased]: https://github.com/CodingWithCalvin/VsixSdk/compare/v0.3.0...HEAD
38+
[0.3.0]: https://github.com/CodingWithCalvin/VsixSdk/compare/v0.2.0...v0.3.0
39+
[0.2.0]: https://github.com/CodingWithCalvin/VsixSdk/releases/tag/v0.2.0

0 commit comments

Comments
 (0)