Skip to content

Commit

Permalink
Release v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Feb 3, 2020
1 parent c18dc0e commit cd5040b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG

## v0.20.2-dev
## v0.20.2 (2020-02-03)

### Enhancements

* Add `--output` option to `mix hex.package fetch` task
* Add `cacerts_path` configuration for custom CA certificate files
* Improve output in `mix hex.publish` to make it more clear to what repository you are publishing
* Explain red colors in hex.outdated

### Bug fixes

* Fix HTTP timeout config
* Do not allow creating empty packages

### Security fixes

* Fix for directory traversal vulnerability for symlinks in tarballs
* Update package checksum to include the entire tarball instead of specific files inside it

## v0.20.1 (2019-06-10)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Hex.MixProject do
use Mix.Project

@version "0.20.2-dev"
@version "0.20.2"

{:ok, system_version} = Version.parse(System.version())
@elixir_version {system_version.major, system_version.minor, system_version.patch}
Expand Down

0 comments on commit cd5040b

Please sign in to comment.