Skip to content

Commit

Permalink
Release cascade 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed May 13, 2024
1 parent b64c5f8 commit 36a9fcf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cascade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/cascade/v0.1.0) (2024-05-13)

Initial release.
8 changes: 2 additions & 6 deletions cascade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ For more details check the `Cascade.Template` docs.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `cascade` to your list of dependencies in `mix.exs`:
The package can be installed by adding `cascade` to your list of dependencies
in `mix.exs`:

```elixir
def deps do
Expand All @@ -87,10 +87,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 <https://hexdocs.pm/cascade>.

## License

Copyright (c) 2023 Panagiotis Nezis, Sportradar
Expand Down
3 changes: 2 additions & 1 deletion cascade/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ defmodule Cascade.MixProject do

defp deps do
[
{:cli_options, path: "../cli_options/"},
# {:cli_options, path: "../cli_options/"},
{:cli_options, "~> 0.1.0"},
{:ex_doc, "== 0.32.2", only: :dev, runtime: false},
{:credo, "== 1.7.6", only: [:dev, :test], runtime: false},
{:dialyxir, "== 1.4.3", only: [:dev], runtime: false},
Expand Down
1 change: 1 addition & 0 deletions cascade/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
%{
"bunt": {:hex, :bunt, "1.0.0", "081c2c665f086849e6d57900292b3a161727ab40431219529f13c4ddcf3e7a44", [:mix], [], "hexpm", "dc5f86aa08a5f6fa6b8096f0735c4e76d54ae5c9fa2c143e5a1fc7c1cd9bb6b5"},
"cli_options": {:hex, :cli_options, "0.1.0", "c3994641139f414eb2998efd0412d8e6906d5794d0e2e08e10c41e5f71113292", [:mix], [{:nimble_options, "~> 1.1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}], "hexpm", "194d9e5d0991386afb1a96cf374c740f527d3b9d9b2c15951468e39e2989f90e"},
"credo": {:hex, :credo, "1.7.6", "b8f14011a5443f2839b04def0b252300842ce7388f3af177157c86da18dfbeea", [:mix], [{:bunt, "~> 0.2.1 or ~> 1.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "146f347fb9f8cbc5f7e39e3f22f70acbef51d441baa6d10169dd604bfbc55296"},
"decimal": {:hex, :decimal, "2.1.1", "5611dca5d4b2c3dd497dec8f68751f1f1a54755e8ed2a966c2633cf885973ad6", [:mix], [], "hexpm", "53cfe5f497ed0e7771ae1a475575603d77425099ba5faef9394932b35020ffcc"},
"dialyxir": {:hex, :dialyxir, "1.4.3", "edd0124f358f0b9e95bfe53a9fcf806d615d8f838e2202a9f430d59566b6b53b", [:mix], [{:erlex, ">= 0.2.6", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "bf2cfb75cd5c5006bec30141b131663299c661a864ec7fbbc72dfa557487a986"},
Expand Down

0 comments on commit 36a9fcf

Please sign in to comment.