5.54.0
(feat): Detect api-key: OIDC in NuGet output config and pass OIDC marker to
the C# generator for Trusted Publishing workflow generation.
5.53.1
(fix): Fix the next SDK version regressing to a stale baseline (e.g. 0.0.200) when
--version AUTO is omitted. When computing the next version, Fern now consults
every available source (package registry, GitHub release, and the sdkVersion
recorded in .fern/metadata.json) and bumps the highest one, so a stale registry
version can no longer override the version Fern last generated. For example,
5.0.0 now correctly bumps to 5.0.1.
5.53.0
(feat): Add support for remote git sources in generators.yml. API specs can now reference
files in git repositories using a git block with repo, ref, and path fields.
The CLI shallow-clones the repository at generation time using native git credentials.
5.52.0
(feat): Add a layout.changelog-layout option to docs.yml. Set it to classic to render the
legacy stacked changelog layout, or timeline (the default) for the searchable
timeline-of-cards layout.