From e1e31089010f579246256373dad4cd9484dd33fe Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Tue, 2 Jul 2019 16:03:39 +0100 Subject: [PATCH] v0.110.14 --- CHANGELOG.md | 6 ++++++ common/lib/dependabot/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c52c6a0c..b6a999d1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.110.14, 2 July 2019 + +- .NET: Raise clearer file fetching error when a path in a .sln file can't be fetched +- JS: Store status on registry errors +- Python: Move Python version requirement detection into its own class + ## v0.110.13, 2 July 2019 - Don't treat dependencies where we can't update the requirement file as updatable diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index 06a2fbcfbf..63e6b51215 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.110.13" + VERSION = "0.110.14" end