Skip to content

Tags: makinzm/mille

Tags

v0.0.14

Toggle v0.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[fix] publish-pypi でルート Cargo.toml もバージョンパッチする (#74)

packages/pypi は path = "../.." でルートクレートに依存しており、
clap の #[command(version)] がルートの CARGO_PKG_VERSION を
コンパイル時に埋め込む。ルート Cargo.toml をパッチしないと
`mille --version` が1つ前のバージョンを表示してしまう。

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

packages/go/mille/v0.0.14

Toggle packages/go/mille/v0.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[fix] publish-pypi でルート Cargo.toml もバージョンパッチする (#74)

packages/pypi は path = "../.." でルートクレートに依存しており、
clap の #[command(version)] がルートの CARGO_PKG_VERSION を
コンパイル時に埋め込む。ルート Cargo.toml をパッチしないと
`mille --version` が1つ前のバージョンを表示してしまう。

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.0.13

Toggle v0.0.13's commit message
[fix] mille.wasm を CI ビルドで更新 [skip ci]

packages/go/mille/v0.0.13

Toggle packages/go/mille/v0.0.13's commit message
[fix] mille.wasm を CI ビルドで更新 [skip ci]

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: cargo-audit による定期脆弱性スキャン CI を追加 (#61)

* [feat] cargo-audit による定期脆弱性スキャン CI を追加

- .github/workflows/security-audit.yml を新規作成
- スケジュール(毎日 UTC 06:00)・push/PR(Cargo.lock 変更時)にトリガー
- 脆弱性検出時: push/PR はワークフロー fail、schedule は GitHub Issue を自動作成
- 重複 Issue 防止ロジックを github-script に組み込み

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [refactor] TODO.md に実装完了チェックを記録

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

packages/go/mille/v0.0.12

Toggle packages/go/mille/v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: cargo-audit による定期脆弱性スキャン CI を追加 (#61)

* [feat] cargo-audit による定期脆弱性スキャン CI を追加

- .github/workflows/security-audit.yml を新規作成
- スケジュール(毎日 UTC 06:00)・push/PR(Cargo.lock 変更時)にトリガー
- 脆弱性検出時: push/PR はワークフロー fail、schedule は GitHub Issue を自動作成
- 重複 Issue 防止ロジックを github-script に組み込み

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* [refactor] TODO.md に実装完了チェックを記録

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.0.11

Toggle v0.0.11's commit message
[fix] mille.wasm を CI ビルドで更新 [skip ci]

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
skip ci [fix] macOS BSD sed の -i 非互換を修正 — sed -i.bak に統一 (#49)

macOS の BSD sed は `sed -i` に拡張子引数が必須だが、
`sed -i "s/..."` と書くと引数なしと解釈されて
`invalid command code C` エラーが発生していた。

`sed -i.bak ... && rm -f *.bak` に統一し、
GNU sed (Linux) と BSD sed (macOS) の両方で動作するようにした。

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

packages/go/mille/v0.0.11

Toggle packages/go/mille/v0.0.11's commit message
[fix] mille.wasm を CI ビルドで更新 [skip ci]

packages/go/mille/v0.0.10

Toggle packages/go/mille/v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
skip ci [fix] macOS BSD sed の -i 非互換を修正 — sed -i.bak に統一 (#49)

macOS の BSD sed は `sed -i` に拡張子引数が必須だが、
`sed -i "s/..."` と書くと引数なしと解釈されて
`invalid command code C` エラーが発生していた。

`sed -i.bak ... && rm -f *.bak` に統一し、
GNU sed (Linux) と BSD sed (macOS) の両方で動作するようにした。

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>