Skip to content

Commit 66bc811

Browse files
docs: update CHANGELOG.md for 0.54.1
1 parent 690c535 commit 66bc811

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

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

66
---
7+
## [0.54.1](https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.54.1) - 2026-03-04
8+
9+
## What's Changed
10+
* Add dismissible announce bar to docs site by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/3004
11+
* docs: update maintainer announcement to reflect open to work status by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/3007
12+
* Support isort 8 by @cjwatson in https://github.com/koxudaxi/datamodel-code-generator/pull/3011
13+
* Fix --allow-population-by-field-name for pydantic v2 dataclass output by @butvinm in https://github.com/koxudaxi/datamodel-code-generator/pull/3013
14+
* Support `--use-annotated` *and* `--use-non-positive-negative-number-constrained-types` by @torarvid in https://github.com/koxudaxi/datamodel-code-generator/pull/3015
15+
* Skip default_factory wrapping for non-callable type aliases by @butvinm in https://github.com/koxudaxi/datamodel-code-generator/pull/3012
16+
* Fix incorrect relative imports with --use-exact-imports and --collapse-root-models by @koxudaxi in https://github.com/koxudaxi/datamodel-code-generator/pull/3020
17+
* feat: Add --external-ref-mapping to import from external packages instead of generating by @matssun in https://github.com/koxudaxi/datamodel-code-generator/pull/3006
18+
* Build(deps): Bump cryptography from 46.0.3 to 46.0.5 by @dependabot[bot] in https://github.com/koxudaxi/datamodel-code-generator/pull/3016
19+
* Build(deps): Bump urllib3 from 2.6.2 to 2.6.3 by @dependabot[bot] in https://github.com/koxudaxi/datamodel-code-generator/pull/3017
20+
21+
## New Contributors
22+
* @matssun made their first contribution in https://github.com/koxudaxi/datamodel-code-generator/pull/3006
23+
24+
**Full Changelog**: https://github.com/koxudaxi/datamodel-code-generator/compare/0.54.0...0.54.1
25+
26+
---
27+
728
## [0.54.0](https://github.com/koxudaxi/datamodel-code-generator/releases/tag/0.54.0) - 2026-02-14
829

930
## Breaking Changes

0 commit comments

Comments
 (0)