Skip to content

Commit 3467aad

Browse files
authored
Merge pull request #45 from jkawamoto/bump
Bump version to 0.5.2
2 parents e5c3234 + 0e7796c commit 3467aad

File tree

5 files changed

+58
-53
lines changed

5 files changed

+58
-53
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: yamlfmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.4
18+
rev: v0.14.5
1919
hooks:
2020
- id: ruff
2121
args: [--fix]
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: pyproject-fmt
2727
- repo: https://github.com/astral-sh/uv-pre-commit
28-
rev: 0.9.7
28+
rev: 0.9.9
2929
hooks:
3030
- id: uv-lock
3131
- repo: https://github.com/pre-commit/mirrors-mypy

manifest.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"manifest_version": "0.2",
2+
"$schema": "https://raw.githubusercontent.com/anthropics/mcpb/refs/heads/main/schemas/mcpb-manifest-v0.3.schema.json",
3+
"manifest_version": "0.3",
34
"name": "mcp-bear",
45
"display_name": "Bear MCP Server",
5-
"version": "0.5.1",
6+
"version": "0.5.2",
67
"description": "A MCP server for interacting with Bear note-taking software.",
78
"author": {
89
"name": "Junpei Kawamoto",
@@ -107,7 +108,9 @@
107108
}
108109
},
109110
"keywords": [
110-
"bear"
111+
"bear",
112+
"notetaking",
113+
"macos"
111114
],
112115
"license": "MIT",
113116
"repository": {

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.5.1"
8+
version = "0.5.2"
99
description = "A MCP server for interacting with Bear note-taking software."
1010
readme = "README.md"
1111
authors = [
@@ -52,7 +52,7 @@ line-length = 120
5252
indent = 4
5353

5454
[tool.bumpversion]
55-
current_version = "0.5.1"
55+
current_version = "0.5.2"
5656
commit = true
5757
pre_commit_hooks = [
5858
"uv sync",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/jkawamoto/mcp-bear",
88
"source": "github"
99
},
10-
"version": "0.5.1",
10+
"version": "0.5.2",
1111
"packages": [
1212
{
1313
"registryType": "mcpb",
14-
"identifier": "https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.1/mcp-bear.mcpb",
14+
"identifier": "https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.2/mcp-bear.mcpb",
1515
"fileSha256": "",
1616
"transport": {
1717
"type": "stdio"

0 commit comments

Comments
 (0)