Skip to content

Commit cb3dc18

Browse files
Bump version: 0.0.5 β†’ 0.0.6
1 parent 4410559 commit cb3dc18

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [unreleased]
44

5+
### 🚜 Refactor
6+
7+
- *(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))
8+
9+
### πŸ“š Documentation
10+
11+
- Polish - ([7afc490](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/7afc4901f156daadcd4bfba206811858772d1458))
12+
13+
14+
## [0.0.5](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.0.4..v0.0.5) - 2025-01-01
15+
516
### βš™οΈ Miscellaneous Tasks
617

718
- *(github)* Adapt to renamed command - ([211bb41](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/211bb4138b38bb730d3e0a612617ade24cc7f6f8))

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.5
1+
0.0.6

β€Ž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.5"
3+
version = "0.0.6"
44
description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search."
55
authors = [
66
{ name = "Helmut Hoffer von Ankershoffen", email = "helmuthva@googlemail.com" },
@@ -157,7 +157,7 @@ source = ["src/"]
157157

158158

159159
[tool.bumpversion]
160-
current_version = "0.0.5"
160+
current_version = "0.0.6"
161161
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
162162
serialize = ["{major}.{minor}.{patch}"]
163163
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.5
3+
sonar.projectVersion=0.0.6
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)