From cd6111d29b67bb9db8e6844bef568e65ca4c32a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Fri, 28 Oct 2016 19:06:44 +0200 Subject: [PATCH] Release v0.14.0 --- CHANGELOG.md | 2 +- lib/hex/api/ca-bundle.crt | 6 +++--- mix.exs | 2 +- release.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e35dd87..616fc40f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.14.0-dev +## v0.14.0 (2016-10-28) ### New registry format Hex has switched to a new registry format that is more efficient and will scale better as the registry grows. The new registry format is encoded with protocol buffers and is split into multiple files (one file per package) to avoid fetching one big file with data you will not need. The resolver will make more HTTP requests but will in total fetch much less data. The specification for the new format can be found here: https://github.com/hexpm/specifications/pull/10. The old ETS based registry format is no longer supported in the client but will continue to be available from the registry for the foreseeable future. diff --git a/lib/hex/api/ca-bundle.crt b/lib/hex/api/ca-bundle.crt index 687b20271..67659d63b 100644 --- a/lib/hex/api/ca-bundle.crt +++ b/lib/hex/api/ca-bundle.crt @@ -1,19 +1,19 @@ ## ## Bundle of CA Root Certificates ## -## Certificate data from Mozilla as of: Mon Sep 26 14:08:08 2016 +## Certificate data from Mozilla as of: Fri Oct 28 14:19:14 2016 GMT ## ## This is a bundle of X.509 certificates of public Certificate Authorities ## (CA). These were automatically extracted from Mozilla's root certificates ## file (certdata.txt). This file can be found in the mozilla source tree: -## http://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt +## https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt ## ## It contains the certificates in PEM format and therefore ## can be directly used with curl / libcurl / php_curl, or with ## an Apache+mod_ssl webserver for SSL client authentication. ## Just configure this file as the SSLCACertificateFile. ## -## Conversion done with mk-ca-bundle.pl version 1.26. +## Conversion done with mk-ca-bundle.pl version 1.27. ## SHA256: 01bbf1ecdd693f554ff4dcbe15880b3e6c33188a956c15ff845d313ca69cfeb8 ## diff --git a/mix.exs b/mix.exs index e3e9087b7..765c8ce23 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Hex.Mixfile do use Mix.Project - @version "0.14.0-dev" + @version "0.14.0" {:ok, system_version} = Version.parse(System.version) @elixir_version {system_version.major, system_version.minor, system_version.patch} diff --git a/release.sh b/release.sh index 1af736d75..d9ae7ca28 100755 --- a/release.sh +++ b/release.sh @@ -62,7 +62,7 @@ function upload { # UPDATE THIS FOR EVERY RELEASE hex_version=$1 -build ${hex_version} 18.3.4.4 1.3.3 1.3.0 +build ${hex_version} 18.3.4.4 1.3.4 1.3.0 build ${hex_version} 18.3.4.4 1.2.6 1.2.0 build ${hex_version} 17.5.6.9 1.1.1 1.1.0 build ${hex_version} 17.5.6.9 1.0.5 1.0.0