Skip to content

Commit 66ad9fb

Browse files
Release 1.1.0 (#62)
1 parent 4163192 commit 66ad9fb

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@
44

55
### Added
66

7-
* Ensure field/assoc/embed exists when listing errors in `flat_errors_on/3`. This prevents accidental test passes on typos in assertions like `refute_errors_on(cs, :sommtypo)`.
7+
## [1.1.0] - 2026-01-07
8+
9+
### Added
10+
811
* Add ability to disable "tagged" not found errors in `Repo.fetch/2` and friends (local to calls or global option).
12+
* Added `BitcrowdEcto.FixedWidthInteger`
13+
* Allow `Repo.advisory_xact_lock/1 to handle atoms`
14+
15+
### Changed
16+
17+
* Ensure field/assoc/embed exists when listing errors in `flat_errors_on/3`. This prevents accidental test passes on typos in assertions like `refute_errors_on(cs, :sommtypo)`.
18+
919

1020
## [1.0.0] - 2023-12-21
1121

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
defmodule BitcrowdEcto.MixProject do
44
use Mix.Project
55

6-
@version "1.0.0"
6+
@version "1.1.0"
77

88
def project do
99
[

0 commit comments

Comments
 (0)