Skip to content

Commit 32c3be5

Browse files
committed
v0.135.0
1 parent 53793b1 commit 32c3be5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.135.0, 4 March 2021
2+
3+
- Gracefully handle cargo version conflicts #3213
4+
- Pull request updater for azure client #3153 (@milind009)
5+
16
## v0.134.2, 3 March 2021
27

38
- Revert: Run Bundler v1 native helpers with an explicit version

common/lib/dependabot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Dependabot
4-
VERSION = "0.134.2"
4+
VERSION = "0.135.0"
55
end

0 commit comments

Comments
 (0)