Skip to content

Commit e40ecda

Browse files
Bump version: 0.0.1 β†’ 0.0.2
1 parent 8726a6b commit e40ecda

5 files changed

Lines changed: 22 additions & 8 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
1-
[![starbridge](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/blob/main/tests/fixtures/starbridge.png?raw=true)](https://helmuthva.gitbook.io/starbridge) Starbridge
1+
[🦁 Brave Search Python Client](https://helmuthva.gitbook.io/brave-search-api-client)
22

33
## [unreleased]
44

55
### πŸ“š Documentation
66

7-
- *(readme)* Tweak - ([345ea07](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/345ea07ffcae7ab30717954eb00a70b1c4045dc7))
7+
- *(gitbook)* Introduce gitbook site - ([f574b41](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/f574b41d40218915de3ff5095c41f3f6ffb6b04d))
8+
9+
### 🎨 Styling
10+
11+
- Remove superfluous pass - ([8726a6b](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/8726a6bd15a58cdcfc18105ccb2247157b870c16))
12+
13+
14+
## [0.0.1] - 2024-12-31
15+
16+
### πŸ“š Documentation
17+
18+
- *(readme)* Tweak - ([345ea07](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/345ea07ffcae7ab30717954eb00a70b1c4045dc7))
819

920
### βš™οΈ Miscellaneous Tasks
1021

11-
- *(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))
22+
- *(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))
23+
24+
## New Contributors ❀️
1225

26+
* @helmut-hoffer-von-ankershoffen made their first contribution
1327

1428
<!-- built with love in Berlin by Helmut Hoffer von Ankershoffen -->

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

β€Ž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.1"
3+
version = "0.0.2"
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.1"
160+
current_version = "0.0.2"
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.1
3+
sonar.projectVersion=0.0.2
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)