File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
3636 headers := c .HTTPHeader .Clone ()
3737 headers .Set ("X-Fern-Language" , "Go" )
3838 headers .Set ("X-Fern-SDK-Name" , "github.com/fern-api/generator-exec-go" )
39- headers .Set ("X-Fern-SDK-Version" , "0.0.246 " )
39+ headers .Set ("X-Fern-SDK-Version" , "0.0.247 " )
4040 return headers
4141}
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ package generatorexec
44
55// The standard sections included in every generated README.md
66type Readme struct {
7- // The title and overview (e.g. The Acme Python library ...)
7+ // The title (e.g. Acme Python Library ...)
88 Title string `json:"title"`
99 // Badges rendered alongside the standard Fern badge
1010 Badges string `json:"badges"`
11+ // The summary included below the badges (e.g. The Acme Python library provides ...)
12+ Summary string `json:"summary"`
1113 // General requirements to use the SDK
1214 Requirements * string `json:"requirements,omitempty"`
1315 // The installation steps
You can’t perform that action at this time.
0 commit comments