diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2ca7b..af11b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [unreleased] +### 🚜 Refactor + +- *(client)* Use request objects; enh(validation): now complete; chore(devcontainer): include - ([4410559](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/4410559cee42894c323d7f46234d4d3310f627fb)) + +### 📚 Documentation + +- Polish - ([7afc490](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/7afc4901f156daadcd4bfba206811858772d1458)) + + +## [0.0.5](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.0.4..v0.0.5) - 2025-01-01 + ### ⚙️ Miscellaneous Tasks - *(github)* Adapt to renamed command - ([211bb41](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/211bb4138b38bb730d3e0a612617ade24cc7f6f8)) diff --git a/VERSION b/VERSION index bbdeab6..1750564 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.5 +0.0.6 diff --git a/pyproject.toml b/pyproject.toml index b9a876f..59105fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brave-search-python-client" -version = "0.0.5" +version = "0.0.6" description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search." authors = [ { name = "Helmut Hoffer von Ankershoffen", email = "helmuthva@googlemail.com" }, @@ -157,7 +157,7 @@ source = ["src/"] [tool.bumpversion] -current_version = "0.0.5" +current_version = "0.0.6" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/sonar-project.properties b/sonar-project.properties index 005c692..2e00de0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=helmut-hoffer-von-ankershoffen_brave-search-python-client sonar.organization=helmut-hoffer-von-ankershoffen -sonar.projectVersion=0.0.5 +sonar.projectVersion=0.0.6 sonar.projectDescription=Brave Search Python Client sonar.links.homepage=https://helmuthva.gitbook.io/brave-search-python-client sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client diff --git a/uv.lock b/uv.lock index a38d947..e3f0780 100644 --- a/uv.lock +++ b/uv.lock @@ -75,7 +75,7 @@ wheels = [ [[package]] name = "brave-search-python-client" -version = "0.0.5" +version = "0.0.6" source = { editable = "." } dependencies = [ { name = "httpx" },