We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cca519 commit af42276Copy full SHA for af42276
2 files changed
CHANGELOG.md
@@ -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
5
## v0.51.4, 21 March 2018
6
7
- Automatically retry strange GitHub error
lib/dependabot/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Dependabot
- VERSION = "0.51.4"
+ VERSION = "0.51.5"
end
0 commit comments