Skip to content

Commit 2a68c69

Browse files
committed
(ci) prepare release 1.4.1
1 parent d69017d commit 2a68c69

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CLI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ create an sdk using an existing sdk config
395395

396396
Default value: `latest`
397397
* `--gh-actions` — include github actions for testing and publishing the sdk in the generation
398+
* `--allow-lint-errors` — create the SDK even thought OpenAPI linting errors were caught in this API version
398399
* `--output <OUTPUT>` — path to save sdk
399400

400401
Default value: `./`
@@ -415,6 +416,7 @@ update sdk to implement changes to apis
415416
* `--api-version <API_VERSION>` — api version to update sdk with (e.g. `2.1.5`)
416417

417418
Default value: `latest`
419+
* `--allow-lint-errors` — update the SDK even thought OpenAPI linting errors were caught in this API version
418420

419421

420422

sideko-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sideko-py"
33
description = "Generate & manage SDKs with the Sideko CLI"
4-
version = "1.4.0"
4+
version = "1.4.1"
55
edition = "2021"
66
authors = [
77
"Elias Posen <elias@sideko.dev>",

sideko/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sideko"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
edition = "2021"
55
authors = [
66
"Elias Posen <elias@sideko.dev>",

0 commit comments

Comments
 (0)