Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.138.5 #3367

Merged
merged 3 commits into from
Mar 26, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.138.5, 26 March 2021

- Update maven/spec/dependabot/maven/version_spec.rb
- Update gradle/spec/dependabot/gradle/version_spec.rb
jurre marked this conversation as resolved.
Show resolved Hide resolved
- Maven/Gradle: Treat dev and pr as pre-releases for gradle/maven
- Bundler v2 [pre-release]: Add and test jfrog source helper
- Cargo: Update Rust to 1.51.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Does _CryZe want credit?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for calling that out 👍

jurre marked this conversation as resolved.
Show resolved Hide resolved
- Bump npm from 6.14.11 to 6.14.12 in /npm_and_yarn/helpers
- Internal: bump-version: re-tag the release notes ref
- Azure: adding azure pr updater reference in pr updater common class

## v0.138.4, 25 March 2021

- Docker: fix invalid Accept header when checking for updates
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.4"
VERSION = "0.138.5"
end