Skip to content

Commit 1b931d5

Browse files
docs: update CHANGELOG.md for 0.52.1
1 parent 361fb5a commit 1b931d5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

66
---
7+
## [0.52.1](https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.52.1) - 2026-01-03
8+
9+
## What's Changed
10+
* Add --validators option for Pydantic v2 field validators by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2906
11+
* Add dynamic model generation support by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2901
12+
* Sync zensical.toml nav with docs directory by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2908
13+
* Add deprecation warning for default output-model-type by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2910
14+
* Add deprecation warning and explicit --output-model-type to docs by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2911
15+
* Add llms.txt generator for LLM-friendly documentation by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2912
16+
* Move coverage fail_under check to combined coverage environment by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2909
17+
* Fix YAML scientific notation parsing as float by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2913
18+
* Add deprecated field support for Pydantic v2 by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2915
19+
* Add deprecation warning for Pydantic v2 without --use-annotated by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/2914
20+
21+
22+
**Full Changelog**: https://github.com/koxudaxi/datamodel-code-generator/compare/0.52.0...0.52.1
23+
24+
---
25+
726
## [0.52.0](https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.52.0) - 2026-01-02
827

928
## Breaking Changes

0 commit comments

Comments
 (0)