Skip to content

Commit

Permalink
Release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jan 14, 2021
1 parent f483af8 commit 3cc3191
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v0.21.0-dev (unreleased)
## v0.21.0 (2021-01-14)

### Enhancements

Expand All @@ -25,8 +25,8 @@
* Return non-zero exit when package or release are not found in `mix hex.info`
* Add `no_proxy` configuration
* Add `mix hex.package diff APP VERSION`
* Add `mix hex.sponsor`
* Add `mix hex.registry`
* Add `mix hex.sponsor` for listing all dependencies ask for sponsors or support
* Add `mix hex.registry build` for building registries locally

### Bug fixes

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.21.0-dev"
@version "0.21.0"

{:ok, system_version} = Version.parse(System.version())
@elixir_version {system_version.major, system_version.minor, system_version.patch}
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function upload {
hex_version=$1

# UPDATE THIS FOR EVERY RELEASE
build ${hex_version} 21.3 1.11.1 1.11.0
build ${hex_version} 21.3 1.11.3 1.11.0
build ${hex_version} 21.3 1.10.4 1.10.0
build ${hex_version} 20.3 1.9.4 1.9.0
build ${hex_version} 20.3 1.8.2 1.8.0
Expand Down

0 comments on commit 3cc3191

Please sign in to comment.