Skip to content

Commit

Permalink
chore: 🔖 release 2.0.0 (#82)
Browse files Browse the repository at this point in the history
* chore: 🔖 release 2.0.0

* Update CHANGELOG.md

---------

Co-authored-by: Luboš Pokorný <[email protected]>
  • Loading branch information
h2o-ops and zoido authored Feb 5, 2024
1 parent 7317215 commit 9d97bc1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "2.0.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0](https://github.com/h2oai/authn-py/compare/v1.1.1...v2.0.0) (2024-02-05)


### ⚠ BREAKING CHANGES

* Python 3.7 is no longer supported. The minimum supported version is now Python 3.8.

### Features

* 🧑‍💻 Implement `__str__` for `TokenEndpointError` to provide more info in tracebacks. ([#83](https://github.com/h2oai/authn-py/issues/83)) ([7317215](https://github.com/h2oai/authn-py/commit/7317215ba82e8b430207b1b936229f31b866b68b)), closes [#81](https://github.com/h2oai/authn-py/issues/81)


### Build System

* 💥 remove support for Python 3.7 ([6d1dfce](https://github.com/h2oai/authn-py/commit/6d1dfced40263e88ecb496f06842ecf1980c14fa))


### Continuous Integration

* 👷 extend testing matrix of the httpx dependency ([#80](https://github.com/h2oai/authn-py/issues/80)) ([bd11cbf](https://github.com/h2oai/authn-py/commit/bd11cbfc63fd41069de90ea610cd46d346e85ad0))

## [1.1.1](https://github.com/h2oai/authn-py/compare/v1.1.0...v1.1.1) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = "Apache-2.0"
name = "h2o-authn"
readme = "README.md"
requires-python = ">=3.8"
version = "1.1.1"
version = "2.0.0"

[project.urls]
Documentation = "https://github.com/h2oai/authn-py#readme"
Expand Down
2 changes: 1 addition & 1 deletion src/h2o_authn/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1" # x-release-please-version
__version__ = "2.0.0" # x-release-please-version

0 comments on commit 9d97bc1

Please sign in to comment.