Skip to content

Commit

Permalink
Bump version: 0.0.5 → 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Jan 1, 2025
1 parent 4410559 commit cb3dc18
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [unreleased]

### 🚜 Refactor

- *(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))

### 📚 Documentation

- Polish - ([7afc490](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/7afc4901f156daadcd4bfba206811858772d1458))


## [0.0.5](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.0.4..v0.0.5) - 2025-01-01

### ⚙️ Miscellaneous Tasks

- *(github)* Adapt to renamed command - ([211bb41](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/211bb4138b38bb730d3e0a612617ade24cc7f6f8))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "brave-search-python-client"
version = "0.0.5"
version = "0.0.6"
description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search."
authors = [
{ name = "Helmut Hoffer von Ankershoffen", email = "[email protected]" },
Expand Down Expand Up @@ -157,7 +157,7 @@ source = ["src/"]


[tool.bumpversion]
current_version = "0.0.5"
current_version = "0.0.6"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=helmut-hoffer-von-ankershoffen_brave-search-python-client
sonar.organization=helmut-hoffer-von-ankershoffen
sonar.projectVersion=0.0.5
sonar.projectVersion=0.0.6
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
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb3dc18

Please sign in to comment.