Skip to content

Commit 3cc3191

Browse files
committed
Release v0.21.0
1 parent f483af8 commit 3cc3191

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

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

55
### Enhancements
66

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

3131
### Bug fixes
3232

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Hex.MixProject do
22
use Mix.Project
33

4-
@version "0.21.0-dev"
4+
@version "0.21.0"
55

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

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function upload {
6363
hex_version=$1
6464

6565
# UPDATE THIS FOR EVERY RELEASE
66-
build ${hex_version} 21.3 1.11.1 1.11.0
66+
build ${hex_version} 21.3 1.11.3 1.11.0
6767
build ${hex_version} 21.3 1.10.4 1.10.0
6868
build ${hex_version} 20.3 1.9.4 1.9.0
6969
build ${hex_version} 20.3 1.8.2 1.8.0

0 commit comments

Comments
 (0)