From 071f8d3ebf4eecee98ec1d68c38cf3fa9105863c Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sun, 17 Sep 2023 19:04:07 -0400 Subject: [PATCH] Bump version to 0.35.0 ## [0.35.0] - 2023-09-17 ### Changed - [Force Tool Restore and Formatting. Build for Debug and Release Configuration](https://github.com/TheAngryByrd/MiniScaffold/pull/277) from @TheAngryByrd --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d24d1320..5616b7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.35.0] - 2023-09-17 + +### Changed +- [Force Tool Restore and Formatting. Build for Debug and Release Configuration](https://github.com/TheAngryByrd/MiniScaffold/pull/277) from @TheAngryByrd + ## [0.34.2] - 2023-09-14 ### Fixed @@ -688,7 +693,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.34.2...HEAD +[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.35.0...HEAD +[0.35.0]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.34.2...v0.35.0 [0.34.2]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.34.1...v0.34.2 [0.34.1]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.34.0...v0.34.1 [0.34.0]: https://github.com/TheAngryByrd/MiniScaffold/compare/v0.33.0...v0.34.0