Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.0](v0.4.2...v0.5.0) (2024-05-14)

### Features

* add API Key check to ensure valid key ([297645c](297645c))
* Added user & Global raw_response option ([9b58ce5](9b58ce5))

### Bug Fixes

* UserModel error and validator deprecation ([86385ab](86385ab))
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent d11490e commit 94e82f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.5.0](https://github.com/totaldebug/asyncpow/compare/v0.4.2...v0.5.0) (2024-05-14)


### Features

* add API Key check to ensure valid key ([297645c](https://github.com/totaldebug/asyncpow/commit/297645c9bc2d66e5a30f8ca0aee141314a5d6911))
* Added user & Global raw_response option ([9b58ce5](https://github.com/totaldebug/asyncpow/commit/9b58ce5f7816c3dd366bdf8dc4733f1bd904bf73))


### Bug Fixes

* UserModel error and validator deprecation ([86385ab](https://github.com/totaldebug/asyncpow/commit/86385ab93ba905be23e331f08a6727509ad145ee))

## [0.4.2](https://github.com/totaldebug/asyncpow/compare/v0.4.1...v0.4.2) (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "asyncpow"
version = "0.4.2"
version = "0.5.0"
description = "Asynchronous Python Overseerr Wrapper"
authors = ["Steven Marks - TotalDebug"]
license = "MIT"
Expand Down

0 comments on commit 94e82f9

Please sign in to comment.