@@ -7,28 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ### Added
11- - Add --no-color flag to disable syntax highlighting by @RafaelJohn9
12- - Add retry logic with exponential backoff and update template repo URL by @RafaelJohn9
13-
1410### Changed
15- - Trigger 0.1.2 release by @RafaelJohn9
1611- Update CHANGELOG [ skip ci] by @github-actions [ bot]
17- - Merge pull request #159 from Byte-Barn/feat/fetcher-retry-and-repo-update by @RafaelJohn9 in [ #159 ] ( https://github.com/Byte-Barn/gitcraft/pull/159 )
18- - Update documentation for v0.1.1 [ skip ci] by @github-actions [ bot]
19- - Update CHANGELOG [ skip ci] by @github-actions [ bot]
20-
21- ### Fixed
22- - Fix (license-cache): Fixed logic used to trigger updating license caches by @RafaelJohn9
23- - Fix (ci): instead of throwing error we just return the exist status code . by @RafaelJohn9
2412
25- ## [ Unreleased ]
13+ ## [ 0.1.2 ] - 2025-12-28
2614
2715### Added
2816- Add --no-color flag to disable syntax highlighting by @RafaelJohn9
2917- Add retry logic with exponential backoff and update template repo URL by @RafaelJohn9
3018
3119### Changed
20+ - Trigger 0.1.2 release by @RafaelJohn9
21+ - Update CHANGELOG [ skip ci] by @github-actions [ bot]
3222- Merge pull request #159 from Byte-Barn/feat/fetcher-retry-and-repo-update by @RafaelJohn9 in [ #159 ] ( https://github.com/Byte-Barn/gitcraft/pull/159 )
3323- Update documentation for v0.1.1 [ skip ci] by @github-actions [ bot]
3424- Update CHANGELOG [ skip ci] by @github-actions [ bot]
@@ -37,11 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3727- Fix (license-cache): Fixed logic used to trigger updating license caches by @RafaelJohn9
3828- Fix (ci): instead of throwing error we just return the exist status code . by @RafaelJohn9
3929
40- ## [ Unreleased]
41-
42- ### Changed
43- - Update CHANGELOG [ skip ci] by @github-actions [ bot]
44-
4530## [ 0.1.1] - 2025-12-21
4631
4732### Changed
@@ -659,7 +644,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
659644* @actions-user made their first contribution
660645* @dcccalvin made their first contribution
661646* @Copilot made their first contribution
662- [ unreleased ] : https://github.com/Byte-Barn/gitcraft/compare/v0.1.1..HEAD
647+ [ unreleased ] : https://github.com/Byte-Barn/gitcraft/compare/v0.1.2..HEAD
648+ [ 0.1.2 ] : https://github.com/Byte-Barn/gitcraft/compare/v0.1.1..v0.1.2
663649[ 0.1.1 ] : https://github.com/Byte-Barn/gitcraft/compare/v0.1.0..v0.1.1
664650[ 0.1.0 ] : https://github.com/Byte-Barn/gitcraft/compare/v0.0.1..v0.1.0
665651
0 commit comments