diff --git a/cli_options/CHANGELOG.md b/cli_options/CHANGELOG.md index 4f9afda..6c2f579 100644 --- a/cli_options/CHANGELOG.md +++ b/cli_options/CHANGELOG.md @@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [v0.1.0](TODO) (TODO) +## [v0.1.0](https://github.com/sportradar/elixir-workspace/tree/cli_options/v0.1.0) (2024-05-13) Initial release. diff --git a/cli_options/README.md b/cli_options/README.md index 277ceb6..54251b2 100644 --- a/cli_options/README.md +++ b/cli_options/README.md @@ -92,8 +92,8 @@ end ## Installation -If [available in Hex](https://hex.pm/docs/publish), the package can be installed -by adding `cli_options` to your list of dependencies in `mix.exs`: +The package can be installed by adding `cli_options` to your list of dependencies +in `mix.exs`: ```elixir def deps do @@ -103,10 +103,6 @@ def deps do end ``` -Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) -and published on [HexDocs](https://hexdocs.pm). Once published, the docs can -be found at . - ## Acknowledgements * The awesome [`clap`](https://docs.rs/clap/latest/clap/) Rust CLI parser.