Skip to content

Commit

Permalink
v0.112.36
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelagentm committed Sep 10, 2019
1 parent ae0e572 commit e4fcaa8
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.112.36, 10 September 2019

- Composer: Tighten platform extensions regex
- JS: Parse dependency on pkg.github.com registry more sensibly
- Python: import setuptools for access to both find_packages() and setup() (thanks @cclauss!)

## v0.112.35, 10 September 2019

- Add details of error to the "Unexpected git error!" message
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.35"
VERSION = "0.112.36"
end

0 comments on commit e4fcaa8

Please sign in to comment.