Skip to content

Commit

Permalink
v0.112.33
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Sep 7, 2019
1 parent af6a5cb commit 35afcd3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.112.33, 7 September 2019

- .NET: Add support for GlobalPackageReference, Packages.props and using Update
in addition to Include (thanks @david-driscoll)
- Reverse commit order when looking for most recent Dependabot commit
- Python: Bump hashin from 0.14.5 to 0.14.6 in /python/helpers
- Prioritise `changes` files over `history` files when looking for a changelog
- Sanitize gemfury URLs globally
- Composer: Helper cleanup (thanks @localheinz)

## v0.112.32, 3 September 2019

- PHP: Fix SHA pinning for git dependencies with an alias
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.112.32"
VERSION = "0.112.33"
end

0 comments on commit 35afcd3

Please sign in to comment.