Skip to content

Commit e9fbca6

Browse files
authored
Merge pull request #37 from jkawamoto/bump-v0.5.0
Bump version to 0.5.0
2 parents d0afbaf + 7343b0c commit e9fbca6

File tree

6 files changed

+547
-462
lines changed

6 files changed

+547
-462
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ko_fi: jkawamoto
2+
thanks_dev: u/gh/jkawamoto

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ repos:
1111
- id: pretty-format-json
1212
args: [--autofix, --no-sort-keys]
1313
- repo: https://github.com/google/yamlfmt
14-
rev: v0.17.2
14+
rev: v0.19.0
1515
hooks:
1616
- id: yamlfmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.12.9
18+
rev: v0.14.1
1919
hooks:
2020
- id: ruff
2121
args: [--fix]
2222
- id: ruff-format
2323
- repo: https://github.com/tox-dev/pyproject-fmt
24-
rev: v2.6.0
24+
rev: v2.11.0
2525
hooks:
2626
- id: pyproject-fmt
2727
- repo: https://github.com/astral-sh/uv-pre-commit
28-
rev: 0.8.11
28+
rev: 0.9.4
2929
hooks:
3030
- id: uv-lock
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.17.1
32+
rev: v1.18.2
3333
hooks:
3434
- id: mypy
3535
args: []

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.2",
33
"name": "mcp-bear",
44
"display_name": "Bear MCP Server",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"description": "A MCP server for interacting with Bear note-taking software.",
77
"author": {
88
"name": "Junpei Kawamoto",

pyproject.toml

Lines changed: 3 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.4.0"
8+
version = "0.5.0"
99
description = "A MCP server for interacting with Bear note-taking software."
1010
readme = "README.md"
1111
authors = [
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
]
2627
dependencies = [
2728
"fastapi>=0.115",
@@ -51,7 +52,7 @@ line-length = 120
5152
indent = 4
5253

5354
[tool.bumpversion]
54-
current_version = "0.4.0"
55+
current_version = "0.5.0"
5556
commit = true
5657
pre_commit_hooks = [
5758
"uv sync",

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/jkawamoto/mcp-bear",
88
"source": "github"
99
},
10-
"version": "0.4.0",
10+
"version": "0.5.0",
1111
"packages": [
1212
{
1313
"registry_type": "mcpb",
14-
"identifier": "https://github.com/jkawamoto/mcp-bear/releases/download/v0.4.0/mcp-bear.mcpb",
14+
"identifier": "https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.0/mcp-bear.mcpb",
1515
"file_sha256": "",
16-
"version": "0.4.0",
16+
"version": "0.5.0",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)