- Use custom author name, start from scratch if all commits are from instarepo (Fixes 54)
0.13.0
Dependencies
- Update dependency pytest to v7.1.0 - Update dependency pytest to v7.1.1
Features
- Ability to overwrite certain files - Projects-dir parameter of clone should default to current directory (Fixes 48)
Miscellaneous Tasks
- Added script to auto-generate README file - Removed pre-release support
0.12.0
Bug Fixes
- Support older (msbuild) style csproj files
Features
- Fixers for adding Python build and release workflows
0.11.2
Bug Fixes
- [**breaking**] Use config file to look up cliff.toml
0.11.1
Bug Fixes
- Avoid crash for old .NET projects
0.11.0
Bug Fixes
- Support parsing dotnet projects created by dotnet CLI
Features
- Implemented config file support (49) (Fixes 35) - [**breaking**] Removed rule "dotnet.dot_net_framework_version" - [**breaking**] Renamed dotnet.must_have_git_hub_action to dotnet.must_have_ci and maven.must_have_maven_git_hub_workflow to maven.must_have_ci - Support pipeline for Windows .NET projects - Dotnet.must_have_git_hub_action can now run locally too (Fixes 43)