Skip to content

Commit

Permalink
v0.63.14
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Jul 29, 2018
1 parent 8154c25 commit 3315440
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## v0.63.14, 29 July 2018

- Go: Ignore constraints for dependencies that don't appear in the lockfile
- JS: Update npm sub-dependencies

## v0.63.13, 29 July 2018

- Go: Handle projects that import themselves in their main.go

## v0.63.12, 28 July 2018

- Java: Don't fetch child poms stored in submodules (we can't update them)
- Maven: Don't fetch child poms stored in submodules (we can't update them)

## v0.63.11, 28 July 2018

Expand Down
2 changes: 1 addition & 1 deletion 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.63.13"
VERSION = "0.63.14"
end

0 comments on commit 3315440

Please sign in to comment.