Skip to content

Commit a3ab7df

Browse files
Bump version: 0.1.3 β†’ 0.1.4
1 parent 8d4cc14 commit a3ab7df

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
### πŸ› Bug Fixes
66

7+
- *(client)* Mock data loading when imported - ([8d4cc14](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/8d4cc14091144345a02c1ed2a499d43c5af45b61))
8+
9+
10+
## [0.1.3](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.1.2..v0.1.3) - 2025-01-01
11+
12+
### πŸ› Bug Fixes
13+
714
- *(client)* Mock data loading when imported - ([c215ec2](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/c215ec2ec75b1c3616fcd33f445601b4d27ede8e))
815

916

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3
1+
0.1.4

β€Ž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.1.3"
3+
version = "0.1.4"
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.1.3"
165+
current_version = "0.1.4"
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.1.3
3+
sonar.projectVersion=0.1.4
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)