diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..6427473 --- /dev/null +++ b/changelog.md @@ -0,0 +1,24 @@ + + +## [v1.0.0](https://github.com/devlooped/dotnet-vs/tree/v1.0.0) (2021-02-01) + +[Full Changelog](https://github.com/devlooped/dotnet-vs/compare/v0.9.4...v1.0.0) + +**Implemented enhancements:** + +- When rendering supported commands, sort by command name [\#82](https://github.com/devlooped/dotnet-vs/issues/82) +- Check for updated versions of the tool [\#80](https://github.com/devlooped/dotnet-vs/issues/80) +- Clean up workload ID prefixes for added consistency [\#79](https://github.com/devlooped/dotnet-vs/issues/79) +- Add `client` command doc and `-w:` shorthand for -workspaceId [\#78](https://github.com/devlooped/dotnet-vs/issues/78) +- Add missing `alias` command doc template and examples [\#77](https://github.com/devlooped/dotnet-vs/issues/77) +- Update docs and readme from generated readme command [\#76](https://github.com/devlooped/dotnet-vs/issues/76) +- Showing help for commands results in non-zero exit code [\#75](https://github.com/devlooped/dotnet-vs/issues/75) +- Allow rendering tool version with --version [\#72](https://github.com/devlooped/dotnet-vs/issues/72) + +**Fixed bugs:** + +- Running vs where -version \[...\] always shows an empty list [\#73](https://github.com/devlooped/dotnet-vs/issues/73) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*