Skip to content

Commit

Permalink
last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Oct 24, 2021
1 parent e6bf3d3 commit 39905be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:

build-wheels:
needs: build
if: github.event_name == 'release'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2021-10-??
- Includes `Python 3.10` wheel in the build

## [1.2.0] - 2021-10-24 📦
- Includes `Python 3.10` in the CI/CD matrix
- Includes `Python 3.10` wheel in the distribution package
- Removes `orjson` development dependency when running tests
- Fixes a bug happening in the code generating OpenAPI Documentation when
running `Python 3.10`

## [1.1.0] - 2021-10-23 👶
- Upgrades `httptools` dependency to version `0.3.0`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():

setup(
name="blacksheep",
version="1.1.0",
version="1.2.0",
description="Fast web framework and HTTP client for Python asyncio",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 39905be

Please sign in to comment.