Skip to content

Releases: carlescs/TestFizzBuzz

Release v1.0.6

07 Sep 12:58
17f0dc1

Choose a tag to compare

Release v1.0.6 generated from commit 17f0dc1.

Changes

🚀 Features

  • feat: update GitHub Actions workflow to generate extended commit descriptions

📚 Documentation

  • docs: complete implementation of extended commit descriptions for all releases

🔧 Maintenance

  • chore: remove temporary shell scripts for one-time release updates

Extended Commit Descriptions

This section provides detailed commit information for all changes included in this release.

Initial plan

Commit: 397e958

No extended description provided.


feat: update GitHub Actions workflow to generate extended commit descriptions

Commit: 580ef48

Co-authored-by: carlescs 778738+carlescs@users.noreply.github.com


docs: complete implementation of extended commit descriptions for all releases

Commit: e558e7d

Co-authored-by: carlescs 778738+carlescs@users.noreply.github.com


chore: remove temporary shell scripts for one-time release updates

Commit: cdd94f1

Remove all temporary .sh utility scripts that were created for the
one-time retroactive release update task:

  • apply-release-updates.sh: GitHub API commands for manual updates
  • generate-enhanced-releases.sh: Pre-generated content for releases
  • test-semantic-commits.sh: Semantic commit validation tooling
  • update-releases-real.sh: Alternative GitHub API implementation
  • update-releases.sh: Dynamic script for API-based updates
    These scripts served their purpose as one-time utilities and are no
    longer needed since future releases are handled automatically by the
    updated GitHub Actions workflow.
    As requested by @carlescs, past releases will not be updated.
    Co-authored-by: carlescs 778738+carlescs@users.noreply.github.com

Merge pull request #67 from carlescs/copilot/fix-66

Commit: 17f0dc1

Add extended commit descriptions section to future release notes


Full Changelog: View all commits

Release v1.0.5

07 Sep 12:23
48e0eff

Choose a tag to compare

Release v1.0.5 generated from commit 48e0eff.

Changes

🚀 Features

  • feat(FizzBuzzExtensions): enhance FizzBuzz operations
  • feat(tests, extensions): add custom labels for FizzBuzz

Full Changelog: View all commits

Release v1.0.4

07 Sep 10:49
53f077c

Choose a tag to compare

Release v1.0.4 generated from commit 53f077c.

Changes

🚀 Features

  • feat: improve release notes with detailed change documentation
  • feat!: remove automatic CHANGELOG.md generation and simplify releases

📚 Documentation

  • docs: update README to remove changelog automation references

Full Changelog: View all commits

Release v1.0.3

07 Sep 10:17
5454184

Choose a tag to compare

Version 1.0.3

Full Semantic Version: 1.0.3+8
Assembly Version: 1.0.3.0

Changes

Features

  • No new features

Bug Fixes

  • No bug fixes

Documentation

  • docs: update changelog for v1.0.3-PullRequest0061.2 [skip-release]

Maintenance

  • chore(.gitignore): update ignore patterns
  • test(FizzBuzzTests): enhance test coverage and structure

Release v1.0.2

07 Sep 07:50
79c3367

Choose a tag to compare

Version 1.0.2

Full Semantic Version: 1.0.2+8
Assembly Version: 1.0.2.0

Changes

Dependencies

  • Updated NuGet packages to latest versions:
    • coverlet.collector: 6.0.2 → 6.0.4
    • Microsoft.NET.Test.Sdk: 17.12.0 → 17.14.1
    • xunit: 2.9.2 → 2.9.3
    • xunit.runner.console: 2.9.2 → 2.9.3
    • xunit.runner.visualstudio: 2.8.2 → 3.1.4

Notes

  • No breaking changes introduced
  • All existing tests continue to pass
  • Application functionality remains unchanged

Release v1.0.1

07 Sep 07:09
bb2c9ea

Choose a tag to compare

Version 1.0.1

Full Semantic Version: 1.0.1+6
Assembly Version: 1.0.1.0

Changes

This release was automatically generated from commit bb2c9ea.

Intitial version

06 Sep 20:33
2e569e3

Choose a tag to compare

Merge pull request #54 from carlescs/carlescs-patch-1

Add .NET feature to devcontainer configuration