Skip to content

Commit 494ad14

Browse files
committed
Release prep (1.0.4)
1 parent 432eea0 commit 494ad14

File tree

3 files changed

+131
-123
lines changed

3 files changed

+131
-123
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.4]
4+
5+
18/11/2025
6+
7+
- Fix `CompareResult.is_match` property.
8+
- Fix typo in `dictdiff` method.
9+
- Remove redundant return statement.
10+
311
## [1.0.3]
412

513
15/11/2025

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqlalchemy-diff"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
authors = [
55
{ name = "Fabrizio Romano", email = "[email protected]" },
66
{ name = "Mark McArdle", email = "[email protected]" },

0 commit comments

Comments
 (0)