Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] 2024-02-14

Changes

No feature changes, but potential for performance improvements due to internal upgrades.

  • Upgrade to .NET 8.0
  • Leverage newer C# language features for cleaner code
  • Various dependency updates

[0.1.3] 2023-07-29

Changed

Dependency updates:

Library Current Version New Version
GraphQL-Parser 9.1.0 9.2.0
Microsoft.Extensions.Logging.Abstractions 7.0.0 7.0.1
Serilog.Extensions.Hosting 5.0.1 7.0.0
Spectre.Console 0.46.0 0.47.0
Spectre.Console.Analyzer 0.46.0 0.47.0
Spectre.Console.Cli 0.46.0 0.47.0
System.IO.Abstractions 19.2.22 19.2.29

[0.1.2] 2023-05-07

Changed

  • Update NuGet Packages - Minor Updates (#108)

[0.1.1] 2023-04-29

Added

  • Example JSON Configuration (#105)

Changed

  • Update NuGet Packages - Minor Updates (#102)
  • Copy Changelog to Release (#103)
  • Tweak README.md Content (#104)
  • Cleanup (#106)

[0.1.0] 2023-04-22

Released

Initial beta release. 🎉