Skip to content

Commit e91b601

Browse files
docs: update CHANGELOG.md for 0.56.1
1 parent 6274b70 commit e91b601

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project are documented in this file.
44
This changelog is automatically generated from GitHub Releases.
55

66
---
7+
## [0.56.1](https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.56.1) - 2026-04-16
8+
9+
## What's Changed
10+
* Fix `--base-class-map` and `--enum-field-as-literal-map` long inline json support by @ilovelinux in https://github.com/koxudaxi/datamodel-code-generator/pull/3075
11+
* Prefer CLI input over pyproject url by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/3083
12+
* Fix relative URL refs with path-only root ids by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/3085
13+
* tomli was merged under the name tomllib into std library *3.11* by @a-detiste in https://github.com/koxudaxi/datamodel-code-generator/pull/3088
14+
* Fix root model reuse collapse by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/3089
15+
* Docs: describe --keep-model-order as deterministic dependency-aware ordering by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/3090
16+
17+
## New Contributors
18+
* @a-detiste made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/3088
19+
20+
**Full Changelog**: https://github.com/koxudaxi/datamodel-code-generator/compare/0.56.0...0.56.1
21+
22+
---
23+
724
## [0.56.0](https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.56.0) - 2026-04-04
825

926
## Breaking Changes

0 commit comments

Comments
 (0)