Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 22:43
· 19 commits to main since this release

v0.11.0 - 2024-02-02

Features

  • suggest-coauthors accepts filters
  • git mob -p prints location of co-authors file

Build

  • add preconditions for the install task
  • fix typo in tools.go
  • set custom sort order for commit groups
  • read tool versions from lockfiles
  • upgrade to go1.20
  • upgrade goreleaser flags
  • upgrade goreleaser syntax
  • upgrade to go1.19
  • add .tool-versions to support asdf-managed golang
  • deps: bump ruby/setup-ruby from 1.150.0 to 1.171.0
  • deps: bump github.com/onsi/gomega from 1.20.2 to 1.31.1
  • deps: bump ruby/setup-ruby from 1.139.0 to 1.150.0
  • deps: bump github.com/spf13/cobra from 1.6.1 to 1.7.0
  • deps: bump actions/setup-go from 3 to 4

Pull Requests

  • Merge pull request #132 from davidalpert/sort-release-notes-commit-groups
  • Merge pull request #131 from davidalpert/126-filter-suggested-coauthors
  • Merge pull request #129 from davidalpert/dependabot/go_modules/github.com/onsi/gomega-1.31.1
  • Merge pull request #128 from davidalpert/dependabot/github_actions/ruby/setup-ruby-1.171.0
  • Merge pull request #127 from davidalpert/125-print-coauthors-file-location
  • Merge pull request #130 from davidalpert/read-tool-versions-from-lockfiles
  • Merge pull request #118 from davidalpert/dependabot/go_modules/github.com/spf13/cobra-1.7.0
  • Merge pull request #115 from davidalpert/dependabot/github_actions/actions/setup-go-4
  • Merge pull request #120 from davidalpert/dependabot/github_actions/ruby/setup-ruby-1.150.0