Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Oct 28, 2016
1 parent ee0f84e commit cd6111d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions lib/hex/api/ca-bundle.crt
Original file line number Diff line number Diff line change
@@ -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
##

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.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}
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd6111d

Please sign in to comment.