Skip to content

Commit

Permalink
v0.110.14
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Jul 2, 2019
1 parent bf883e6 commit e1e3108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.110.13"
VERSION = "0.110.14"
end

0 comments on commit e1e3108

Please sign in to comment.