Skip to content

Commit 6990202

Browse files
committed
Release cli_options 0.1.6
1 parent 060b834 commit 6990202

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

cli_options/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The 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

cli_options/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)