Skip to content

Commit ae5189c

Browse files
minsoo-webclaude
andcommitted
chore: bump version to 0.3.0 and add CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ca886d8 commit ae5189c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CLAUDE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# chromaport
2+
3+
## Development
4+
5+
```sh
6+
cargo test
7+
cargo fmt --check
8+
cargo clippy --all-targets
9+
```
10+
11+
## Conventions
12+
13+
- Commit messages follow conventional format: `feat:`, `fix:`, `chore:`, `docs:`, etc.
14+
- PR 생성 시 새 기능(feat) 또는 버그 수정(fix)이 포함되면 반드시 `Cargo.toml``version`을 업데이트하고, 머지 후 해당 버전으로 git tag를 생성할 것.
15+
- feat (새 기능): minor 버전 bump (e.g. 0.2.0 → 0.3.0)
16+
- fix (버그 수정): patch 버전 bump (e.g. 0.3.0 → 0.3.1)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chromaport"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Migrate VS Code / Cursor themes to Superset, Warp, and more"
66
license = "MIT"

0 commit comments

Comments
 (0)