Skip to content

Commit

Permalink
Merge pull request #3595 from dependabot/v0.143.5-release-notes
Browse files Browse the repository at this point in the history
v0.143.5
  • Loading branch information
thepwagner committed Apr 29, 2021
2 parents 22c6916 + b9625f7 commit 1857f62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.143.5, 29 April 2021

- gradle: only treat commit-like versions as git repositories
- dry-run: change SECURITY_ADVISORIES to kebab-case
- go_modules: helper improvements @jeffwidman
- go_modules: require go.16 for helpers @jeffwidman
- go_modules: use go1.16.3 @jeffwidman
- docker: handle versions generated with `git describe --tags --long` @kd7lxl
- build(deps): bump composer/composer in /composer/helpers/v1
- build(deps-dev): bump phpstan/phpstan in /composer/helpers

## v0.143.4, 26 April 2021

- Common: Add IgnoreCondition.security_updates_only, which disables version updates filtering
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.143.4"
VERSION = "0.143.5"
end

0 comments on commit 1857f62

Please sign in to comment.