Skip to content

Commit 4efd52e

Browse files
committed
chore: Bump to v0.7.2
1 parent 5540cfe commit 4efd52e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.2] - 2026-01-04
9+
10+
### Fixed
11+
12+
- Support nil as a field in ecto changeset errors
13+
814
## [0.7.1] - 2025-12-02
915

1016
### Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Triage.MixProject do
66
def project do
77
[
88
app: :triage,
9-
version: "0.7.1",
9+
version: "0.7.2",
1010
elixir: "~> 1.15",
1111
description: "Making dealing with results (ok/error) easy",
1212
licenses: ["MIT"],

0 commit comments

Comments
 (0)