Skip to content

Commit

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

## v0.20.5-dev
## v0.20.5 (2020-02-05)

### Enhancements

* Add timestamps to entries in registry cache for easier debugging
* Bump registry cache version to invalidate old caches
* Warn if fetching registry without outer checksum

### Bug fixes

* Do not require that the registry supports outer checksums
* Missing outer checksum is not a mismatch, this will fix "out of date" errors when the manifest is newer than the lockfile

## v0.20.4 (2020-02-04)

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.5-dev"
@version "0.20.5"

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

0 comments on commit 3f49ed5

Please sign in to comment.