File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ v0.1.6] ( https://github.com/sportradar/elixir-workspace/tree/cli_options/v0.1.6 ) (2025-04-03)
8+
9+ ### Fixed
10+
11+ * Properly format default values in docs when they are lists.
12+ * Fix default values validation when allowed is set.
13+
714## [ v0.1.5] ( https://github.com/sportradar/elixir-workspace/tree/cli_options/v0.1.5 ) (2025-03-28)
815
916### Fixed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule CliOptions.MixProject do
22 use Mix.Project
33
44 @ app :cli_options
5- @ version "0.1.5 "
5+ @ version "0.1.6 "
66 @ description "An opinionated cli options parser"
77 @ repo_url "https://github.com/sportradar/elixir-workspace"
88
You can’t perform that action at this time.
0 commit comments