Skip to content

Commit 0921fb3

Browse files
authored
Merge pull request #25 from jkawamoto/bump
Bump version to v0.3.0
2 parents 53121c9 + d643e35 commit 0921fb3

File tree

3 files changed

+58
-58
lines changed

3 files changed

+58
-58
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/google/yamlfmt
11-
rev: v0.17.0
11+
rev: v0.17.1
1212
hooks:
1313
- id: yamlfmt
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.13
15+
rev: v0.12.0
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
@@ -22,11 +22,11 @@ repos:
2222
hooks:
2323
- id: pyproject-fmt
2424
- repo: https://github.com/astral-sh/uv-pre-commit
25-
rev: 0.7.12
25+
rev: 0.7.13
2626
hooks:
2727
- id: uv-lock
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.16.0
29+
rev: v1.16.1
3030
hooks:
3131
- id: mypy
3232
args: []

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "mcp-bear"
8-
version = "0.2.3"
8+
version = "0.3.0"
99
description = "A MCP server for interacting with Bear note-taking software."
1010
readme = "README.md"
1111
authors = [
@@ -51,7 +51,7 @@ line-length = 120
5151
indent = 4
5252

5353
[tool.bumpversion]
54-
current_version = "0.2.3"
54+
current_version = "0.3.0"
5555
commit = true
5656
pre_commit_hooks = [
5757
"uv sync",

0 commit comments

Comments
 (0)