Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ and error messages include actionable context.


## 5.25.0
**`(feat):`** Register the new `fernapi/fern-cli-generator` generator in the CLI configuration.
**`(feat):`** Register the new `fernapi/fern-cli` generator in the CLI configuration.


## 5.24.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ populated from `OpenAPISpec.namespace` (also `OpenRPCSpec.namespace`
and `GraphQLSpec.namespace`). Enables generators that opt into
`generatorWantsSpecs` to route multi-spec workspaces by their
workspace-declared namespace instead of inferring one from the
runner-assigned filename. The new `fernapi/fern-cli-generator` generator
runner-assigned filename. The new `fernapi/fern-cli` generator
uses this to emit `.spec_under("<ns>", ...)` in the generated
`main.rs` when the user namespaces their specs.

Expand Down
Loading