Skip to content

Commit

Permalink
Bump version: 0.0.47 → 0.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Dec 25, 2024
1 parent 92be681 commit 1457320
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
[![starbridge](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/blob/main/tests/fixtures/starbridge.png?raw=true)](https://helmuthva.gitbook.io/starbridge) Starbridge

## [unreleased]

### 📚 Documentation

- *(badges)* Adapt to change of workflow name - ([92be681](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/92be681aa2e81300b0d17ddf9a473eda7b9063a7))
- *(badges)* Style Ruff - ([60178b7](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/60178b759b1f7c041c6bffb301c96e0fd2e83348))
- *(readme)* Intro - ([c1966fb](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/c1966fbe4ae3d2d3c141ca75e61aed7680f61816))

### ⚙️ Miscellaneous Tasks

- *(pre-commit)* Additional hooks - ([dea9820](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/dea9820bf47ea93ad5d73b35c156a9be5dc7b769))
- *(sonarqube)* Metas - ([26b6e8a](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/26b6e8af3677c15cbc223ac75d7b8f303660049d))
- *(sonarqube)* Tags - ([b08d11b](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/b08d11b593acf295b0a0fd004f130a63d32a331a))


## [0.0.46](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.0.45..v0.0.46) - 2024-12-24

### 🚜 Refactor
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.47
0.0.48
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "starbridge"
version = "0.0.47"
version = "0.0.48"
description = "Integrates Claude Desktop with Google workspace and Atlassian workspaces"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -178,7 +178,7 @@ source = ["src/"]


[tool.bumpversion]
current_version = "0.0.47"
current_version = "0.0.48"
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_starbridge
sonar.organization=helmut-hoffer-von-ankershoffen
sonar.projectVersion=0.0.47
sonar.projectVersion=0.0.48
sonar.projectDescription=Integrates Claude Desktop with Google and Atlassian workspaces
sonar.projectTags=anthropic,atlassian,bump-my-version,claude,codecov,confluence,cyclonedx,devcontainer,docker,docker-compose,gitbook,github-actions,git-cliff,google-drive,jira,logfire,mcp,nox,opentelemetry,pre-commit,pydantic,pytest,pytest-asyncio,pytest-cov,pytest-docker,pytest-env,pytest-xdist,renovate,ruff,sonarqube,typer,uv
sonar.links.homepage=https://helmuthva.gitbook.io/starbridge
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 1457320

Please sign in to comment.