Skip to content

Commit 80f1110

Browse files
committed
Bump version and update changelog
1 parent 10fe10b commit 80f1110

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
---------
33

4+
4.1.1 (2025-11-05)
5+
++++++++++++++++++
6+
7+
Bug fixes:
8+
9+
- Ensure ``URL`` validator is case-insensitive when using custom schemes (:pr:`2874`).
10+
Thanks :user:`T90REAL` for the PR.
11+
412
4.1.0 (2025-11-01)
513
++++++++++++++++++
614

@@ -10,8 +18,7 @@ Other changes:
1018
`validate.Length <marshmallow.validate.Length>` (:pr:`2861`).
1119
Thanks :user:`agentgodzilla` for the PR.
1220
- Drop support for Python 3.9 (:pr:`2363`).
13-
- Test against Python 3.14.
14-
21+
- Test against Python 3.14 (:pr:`2864`).
1522

1623
4.0.1 (2025-08-28)
1724
++++++++++++++++++

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "marshmallow"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
55
readme = "README.rst"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)