Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Nov 8, 2023
2 parents 48b0499 + 3bcf2d6 commit b02612b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"filename": "docs/docs/en/release.md",
"hashed_secret": "35675e68f4b5af7b995d9205ad0fc43842f16450",
"is_verified": false,
"line_number": 17,
"line_number": 38,
"is_secret": false
}
],
Expand Down Expand Up @@ -163,5 +163,5 @@
}
]
},
"generated_at": "2023-11-03T14:33:10Z"
"generated_at": "2023-11-06T14:06:20Z"
}
21 changes: 21 additions & 0 deletions docs/docs/en/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ hide:

# Release Notes

## 0.2.11

### What's Changed

#### Bug fixes

* fix (#910): correct pydantic enum refs resolving by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [https://github.com/airtai/faststream/pull/911](https://github.com/airtai/faststream/pull/911){.external-link target="_blank"}

#### Documentation

* docs: update the number of lines of code referred to in the documentation by [@vvanglro](https://github.com/vvanglro){.external-link target="_blank"} in [https://github.com/airtai/faststream/pull/905](https://github.com/airtai/faststream/pull/905){.external-link target="_blank"}
* docs: add API reference in docs by [@kumaranvpl](https://github.com/kumaranvpl){.external-link target="_blank"} in [https://github.com/airtai/faststream/pull/891](https://github.com/airtai/faststream/pull/891){.external-link target="_blank"}
* docs: add release notes for version 0.2.10 by [@kumaranvpl](https://github.com/kumaranvpl){.external-link target="_blank"} in [https://github.com/airtai/faststream/pull/907](https://github.com/airtai/faststream/pull/907){.external-link target="_blank"}
* docs: detail 0.2.10 release note by [@Lancetnik](https://github.com/Lancetnik){.external-link target="_blank"} in [https://github.com/airtai/faststream/pull/908](https://github.com/airtai/faststream/pull/908){.external-link target="_blank"}
* docs: proofread and update 0.2.10 release notes by [@kumaranvpl](https://github.com/kumaranvpl){.external-link target="_blank"} in [https://github.com/airtai/faststream/pull/909](https://github.com/airtai/faststream/pull/909){.external-link target="_blank"}

### New Contributors
* [@vvanglro](https://github.com/vvanglro){.external-link target="_blank"} made their first contribution in [https://github.com/airtai/faststream/pull/905](https://github.com/airtai/faststream/pull/905){.external-link target="_blank"}

**Full Changelog**: [https://github.com/airtai/faststream/compare/0.2.10...0.2.11](https://github.com/airtai/faststream/compare/0.2.10...0.2.11){.external-link target="_blank"}

## 0.2.10

### What's Changed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"fast-depends>=2.1.3",
"watchfiles",
"typer",
"uvloop>=0.14.0,!=0.15.0,!=0.15.1; sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy' and python_version < '3.12')",
"uvloop>=0.14.0,!=0.15.0,!=0.15.1; sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -93,7 +93,7 @@ lint = [
"mypy==1.6.1",
"black==23.10.1",
"isort>=5",
"ruff==0.1.3",
"ruff==0.1.4",
"pyupgrade-directories",
"bandit==1.7.5",
"pre-commit==3.5.0",
Expand Down

0 comments on commit b02612b

Please sign in to comment.