Skip to content

Commit 6bc14e2

Browse files
committed
bump to 0.1.6
1 parent 094efea commit 6bc14e2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.claude/settings.local.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git pull:*)",
5+
"Bash(uv venv:*)",
6+
"Bash(uv sync:*)",
7+
"Bash(rm:*)",
8+
"Bash(cat:*)",
9+
"Bash(source:*)",
10+
"Bash(fontsplitta:*)",
11+
"Bash(ls:*)",
12+
"Bash(find:*)",
13+
"Bash(git add:*)",
14+
"Bash(git restore:*)"
15+
]
16+
},
17+
"enableAllProjectMcpServers": false
18+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fontsplitta"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "fontsplitta is a command-line tool that splits web fonts and generates CSS."
55
authors = [{name = "shunirr", email = "git@s5r.jp"}]
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)