From aee41fe7918ef89459f2a98d62d48fe8d3a9b282 Mon Sep 17 00:00:00 2001 From: Peter Wagner <1559510+thepwagner@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:53:13 -0500 Subject: [PATCH] v0.134.0 --- CHANGELOG.md | 12 ++++++++++++ common/lib/dependabot/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4fa9e4fc8..3489bc69ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.134.0, 1 March 2021 + +- Introduce `Dependabot::PullRequestCreator::Message` as an alternative to `Dependabot::PullRequestCreator::MessageBuilder` +- Test: convert Bundler specs to projects +- Test: fix npm6 fixture +- Bump composer/composer from 2.0.9 to 2.0.10 in /composer/helpers/v2 +- Bump @npmcli/arborist from 2.2.3 to 2.2.4 in /npm_and_yarn/helpers +- Bump eslint-config-prettier from 7.2.0 to 8.0.0 in /npm_and_yarn/helpers +- Bump phpstan/phpstan from 0.12.77 to 0.12.78 in /composer/helpers/v2 +- Bump phpstan/phpstan from 0.12.77 to 0.12.78 in /composer/helpers/v1 +- Bump cython from 0.29.21 to 0.29.22 in /python/helpers + ## v0.133.6, 22 February 2021 - npm: Use CLI for peer dep conflicts, and default to it without lockfile diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index df98aa30b0..e7db875f93 100644 --- a/common/lib/dependabot/version.rb +++ b/common/lib/dependabot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.133.6" + VERSION = "0.134.0" end