Skip to content

Commit 96bc9a7

Browse files
authored
chore: v0.5.2 release (#17)
1 parent b8c1488 commit 96bc9a7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.2] - 2025-12-21
9+
10+
### Added
11+
12+
- `halt/2` optionally accepts a `success: true` flag, allowing the command to halt early
13+
successfully. ([#16](https://github.com/codedge-llc/commandex/pull/16))
14+
815
## [0.5.1] - 2024-09-09
916

1017
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add commandex as a `mix.exs` dependency:
1919
```elixir
2020
def deps do
2121
[
22-
{:commandex, "~> 0.5.1"}
22+
{:commandex, "~> 0.5.2"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Commandex.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/codedge-llc/commandex"
5-
@version "0.5.1"
5+
@version "0.5.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)