Skip to content

Commit af42276

Browse files
committed
v0.51.5
1 parent 4cca519 commit af42276

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.51.5, 22 March 2018
2+
3+
- Raise BranchNotFound error when getting a branch's head commit fails
4+
15
## v0.51.4, 21 March 2018
26

37
- Automatically retry strange GitHub error

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.51.4"
4+
VERSION = "0.51.5"
55
end

0 commit comments

Comments
 (0)