Skip to content

Commit f96ff17

Browse files
committed
chore: Prep 0.11.2 release
1 parent bd95c37 commit f96ff17

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t
1313

1414
The 0.x prefix used in versions for this project is to indicate that breaking changes are expected frequently (several times a year). Breaking changes will increment the minor number, all other changes will increment the patch number. You can track the progress toward 1.0 [here](https://github.com/openapi-generators/openapi-python-client/projects/2).
1515

16+
## 0.11.2
17+
18+
### Features
19+
20+
- Allow httpx 0.23.x (#617)
21+
22+
### Fixes
23+
24+
- typos in generated README (#586). Thanks @adelevie!
25+
1626
## 0.11.1
1727

1828
### Features

Diff for: dobby.toml renamed to knope.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ name = "task"
99
[[workflows]]
1010
name = "release"
1111
[[workflows.steps]]
12-
type = "UpdateProjectFromCommits"
12+
type = "PrepareRelease"
1313

1414
[[workflows.steps]]
1515
type = "Command"
1616
command = "npx prettier --write CHANGELOG.md"
1717

1818
[github]
19-
owner = "triaxtec"
19+
owner = "openapi-generators"
2020
repo = "openapi-python-client"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-client"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "Generate modern Python clients from OpenAPI"
55
repository = "https://github.com/triaxtec/openapi-python-client"
66
license = "MIT"

0 commit comments

Comments
 (0)