Skip to content

Commit

Permalink
Bump version: 0.0.48 → 0.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Dec 26, 2024
1 parent cda9326 commit c4216dc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [unreleased]

### 🧪 Testing

- *(confluence)* More cli commands - ([758f980](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/758f980bf9caf9881170df7b0164e7cf98408af1))

### ⚙️ Miscellaneous Tasks

- *(devcontainer)* Polish - ([cda9326](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/cda932604f2871fdbb84fb9b73f324ee02376a2e))
- *(devcontainer)* Enable docker in docker for docker tests in devcontainer - ([6f5554e](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/6f5554e1ac8d3b2a8b8e76de4b2671f12d3f3a06))


## [0.0.48](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.0.47..v0.0.48) - 2024-12-25

### 📚 Documentation

- *(badges)* Adapt to change of workflow name - ([92be681](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/92be681aa2e81300b0d17ddf9a473eda7b9063a7))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.48
0.0.49
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.48"
version = "0.0.49"
description = "Integrates Claude Desktop with Google workspace and Atlassian workspaces"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -179,7 +179,7 @@ source = ["src/"]


[tool.bumpversion]
current_version = "0.0.48"
current_version = "0.0.49"
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.48
sonar.projectVersion=0.0.49
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 c4216dc

Please sign in to comment.