Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jan 13, 2023
1 parent 1f80847 commit 31f7505
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CAStore

Up-to-date CA certificate store.
Up-to-date CA certificate store for Elixir.

## Installation

Expand All @@ -9,7 +9,7 @@ In your `mix.exs`:
```elixir
def deps do
[
{:castore, "~> 0.1.0"}
{:castore, "~> 1.0.0"}
]
end
```
Expand All @@ -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.
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 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
Expand Down

0 comments on commit 31f7505

Please sign in to comment.