From 31f7505ed9706a8f259ce56755f83ff0aa3538a7 Mon Sep 17 00:00:00 2001 From: Andrea leopardi Date: Fri, 13 Jan 2023 08:26:03 +0100 Subject: [PATCH] Release v1.0.0 --- README.md | 8 ++++++-- mix.exs | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e72e2c..4597837 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CAStore -Up-to-date CA certificate store. +Up-to-date CA certificate store for Elixir. ## Installation @@ -9,7 +9,7 @@ In your `mix.exs`: ```elixir def deps do [ - {:castore, "~> 0.1.0"} + {:castore, "~> 1.0.0"} ] end ``` @@ -27,6 +27,10 @@ CAStore.file_path() See [the documentation](https://hexdocs.pm/castore). +## Updates + +Every time there is an update to the CA certificate store, we'll release a new **patch version** of the library. For example, `1.0.12` → `1.0.13`. + ## Contributing If you want to locally update the CA certificate store file bundled with this library, run the `mix certdata` from the root of this library. diff --git a/mix.exs b/mix.exs index f9b051b..ddb8215 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule CAStore.MixProject do use Mix.Project - @version "0.1.22" + @version "1.0.0" @repo_url "https://github.com/elixir-mint/castore" def project do