Skip to content

Commit c5a2593

Browse files
committed
Bump version and update histor
1 parent 1d01044 commit c5a2593

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

HISTORY

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.11rc3
2+
=======
3+
4+
Changes
5+
-------
6+
7+
- Move the inclusion of the type field (typically `$`) into the resource and not individual codecs.
8+
Ensuring it is defined first.
9+
10+
This could cause a breaking change to any tests that expect existing field order.
11+
12+
113
2.11rc2
214
=======
315

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "odin"
7-
version = "2.11rc2"
7+
version = "2.11rc3"
88
description = "Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python"
99
authors = ["Tim Savage <tim@savage.company>"]
1010
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)