1 parent 5540cfe commit 4efd52eCopy full SHA for 4efd52e
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.7.2] - 2026-01-04
9
+
10
+### Fixed
11
12
+- Support nil as a field in ecto changeset errors
13
14
## [0.7.1] - 2025-12-02
15
16
### Fixed
mix.exs
@@ -6,7 +6,7 @@ defmodule Triage.MixProject do
def project do
[
app: :triage,
- version: "0.7.1",
+ version: "0.7.2",
elixir: "~> 1.15",
description: "Making dealing with results (ok/error) easy",
licenses: ["MIT"],
0 commit comments