Skip to content

Commit d505f3d

Browse files
Bump version: 0.0.7 β†’ 0.0.8
1 parent bacc4df commit d505f3d

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### ⛰️ Features
66

7+
- *(examples)* Jupyter Notebook and simple Python script - ([bacc4df](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/bacc4df794992b0174ccc3ba8fac900dcadfbd42))
8+
9+
10+
## [0.0.7](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.0.6..v0.0.7) - 2025-01-01
11+
12+
### ⛰️ Features
13+
714
- *(example)* Streamlit app - ([833f255](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/833f255fcdd8591db4e5ae58dd254cd9c1c5c955))
815

916

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.7
1+
0.0.8

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "brave-search-python-client"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search."
55
readme = "README.md"
66
authors = [
@@ -162,7 +162,7 @@ source = ["src/"]
162162

163163

164164
[tool.bumpversion]
165-
current_version = "0.0.7"
165+
current_version = "0.0.8"
166166
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
167167
serialize = ["{major}.{minor}.{patch}"]
168168
search = "{current_version}"

β€Žsonar-project.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=helmut-hoffer-von-ankershoffen_brave-search-python-client
22
sonar.organization=helmut-hoffer-von-ankershoffen
3-
sonar.projectVersion=0.0.7
3+
sonar.projectVersion=0.0.8
44
sonar.projectDescription=Brave Search Python Client
55
sonar.links.homepage=https://helmuthva.gitbook.io/brave-search-python-client
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)