From e40ecda8d2b00c28e648f2d6d7575233fd9bb918 Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Wed, 1 Jan 2025 00:52:39 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 +++++++++++++++++--- VERSION | 2 +- pyproject.toml | 4 ++-- sonar-project.properties | 2 +- uv.lock | 2 +- 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 415ac52..c442146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,28 @@ -[![starbridge](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/blob/main/tests/fixtures/starbridge.png?raw=true)](https://helmuthva.gitbook.io/starbridge) Starbridge +[🦁 Brave Search Python Client](https://helmuthva.gitbook.io/brave-search-api-client) ## [unreleased] ### 📚 Documentation -- *(readme)* Tweak - ([345ea07](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/345ea07ffcae7ab30717954eb00a70b1c4045dc7)) +- *(gitbook)* Introduce gitbook site - ([f574b41](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/f574b41d40218915de3ff5095c41f3f6ffb6b04d)) + +### 🎨 Styling + +- Remove superfluous pass - ([8726a6b](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/8726a6bd15a58cdcfc18105ccb2247157b870c16)) + + +## [0.0.1] - 2024-12-31 + +### 📚 Documentation + +- *(readme)* Tweak - ([345ea07](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/345ea07ffcae7ab30717954eb00a70b1c4045dc7)) ### ⚙️ Miscellaneous Tasks -- *(github)* Secret api key for e2e test, and baseline to check on secrets in code - ([5593b2b](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/5593b2b6975703797476d28731788e5d7e9e40e9)) +- *(github)* Secret api key for e2e test, and baseline to check on secrets in code - ([5593b2b](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/5593b2b6975703797476d28731788e5d7e9e40e9)) + +## New Contributors ❤️ +* @helmut-hoffer-von-ankershoffen made their first contribution diff --git a/VERSION b/VERSION index 8acdd82..4e379d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2 diff --git a/pyproject.toml b/pyproject.toml index 9984f8a..91bed89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brave-search-python-client" -version = "0.0.1" +version = "0.0.2" 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.1" +current_version = "0.0.2" 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 dda8e6f..e8ebfa1 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.1 +sonar.projectVersion=0.0.2 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 a67270b..2f6ca04 100644 --- a/uv.lock +++ b/uv.lock @@ -75,7 +75,7 @@ wheels = [ [[package]] name = "brave-search-python-client" -version = "0.0.1" +version = "0.0.2" source = { editable = "." } dependencies = [ { name = "httpx" },