Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Dec 31, 2024
1 parent 8726a6b commit e40ecda
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
[![starbridge](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/blob/main/tests/fixtures/starbridge.png?raw=true)](https://helmuthva.gitbook.io/starbridge) Starbridge
[🦁 Brave Search Python Client](https://helmuthva.gitbook.io/brave-search-api-client)

## [unreleased]

### 📚 Documentation

- *(readme)* Tweak - ([345ea07](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/345ea07ffcae7ab30717954eb00a70b1c4045dc7))
- *(gitbook)* Introduce gitbook site - ([f574b41](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/f574b41d40218915de3ff5095c41f3f6ffb6b04d))

### 🎨 Styling

- Remove superfluous pass - ([8726a6b](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/8726a6bd15a58cdcfc18105ccb2247157b870c16))


## [0.0.1] - 2024-12-31

### 📚 Documentation

- *(readme)* Tweak - ([345ea07](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/345ea07ffcae7ab30717954eb00a70b1c4045dc7))

### ⚙️ Miscellaneous Tasks

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

## New Contributors ❤️

* @helmut-hoffer-von-ankershoffen made their first contribution

<!-- built with love in Berlin by Helmut Hoffer von Ankershoffen -->
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
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.1"
version = "0.0.2"
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.1"
current_version = "0.0.2"
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.1
sonar.projectVersion=0.0.2
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 e40ecda

Please sign in to comment.