Skip to content

Commit

Permalink
v0.138.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwagner committed Mar 23, 2021
1 parent 186b14a commit 19cd43a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## v0.138.2, 23 March 2021

- npm: support private registries using lowercase URI components (e.g. `%40dependabot%2fdependabot-core`)
- Bundler: [Prerelease] Add a file parser for Bundler 2
- Nuget: add support for disablePackageSources in NuGet.Config (@AshleighAdams)
- Bump phpstan/phpstan from 0.12.81 to 0.12.82
- Bump friendsofphp/php-cs-fixer to 2.18.4
- CI: reduce disk space

## v0.138.1, 17 March 2021

- Bundler: Add instrumentation to capture the bundler verison being used
- Bundler: Add instrumentation to capture the bundler version being used
- Bundler: [Prerelease] Add a stubbed out native helper for Bundler 2
- Bundler: [Prerelease] Allow the v2 native helper to be invoked via an options argument

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.138.1"
VERSION = "0.138.2"
end

0 comments on commit 19cd43a

Please sign in to comment.