ml-cellar 0.2.0

CLI of ML model registry for minimum MLOps
Documentation

## 0.2.0 Release `ml-cellar`
### Summary

Initial release of `ml-cellar`.
I’ve written blog posts about this release at the links below.

- [English blog]https://scepter914.github.io/blog/2026/20260124_ml_cellar_en/
- [Japanese blog]https://scepter914.github.io/blog/2026/20260124_ml_cellar/

### Changes

- Feature
  - feat(ml-cellar): add crate template https://github.com/scepter914/ml-cellar-rs/pull/1
  - feat(ml-cellar): add project subcommand https://github.com/scepter914/ml-cellar-rs/pull/6
  - feat(ml-cellar): add ml-cellar init https://github.com/scepter914/ml-cellar-rs/pull/8
  - feat(ml-cellar): change project to rack https://github.com/scepter914/ml-cellar-rs/pull/9
  - feat(ml-cellar): add check subcommand https://github.com/scepter914/ml-cellar-rs/pull/10
  - feat(ml-cellar): add clone https://github.com/scepter914/ml-cellar-rs/pull/12
  - feat(ml-cellar): add materialize command https://github.com/scepter914/ml-cellar-rs/pull/13
  - feat(ml-cellar): add push command https://github.com/scepter914/ml-cellar-rs/pull/15
  - feat(ml-cellar): add docs command https://github.com/scepter914/ml-cellar-rs/pull/17
- Fix
  - fix(ml-cellar): replace println to logger https://github.com/scepter914/ml-cellar-rs/pull/14
  - fix(ml-cellar): add comment for custom transfer agent https://github.com/scepter914/ml-cellar-rs/pull/16
  - fix(ml-cellar): add comment for error message https://github.com/scepter914/ml-cellar-rs/pull/18
  - fix(ml-cellar): add MLBin struct https://github.com/scepter914/ml-cellar-rs/pull/20
  - fix(ml-cellar): change materialize command into download command https://github.com/scepter914/ml-cellar-rs/pull/21
- Chore
  - chore(ml-cellar): add logo https://github.com/scepter914/ml-cellar-rs/pull/2
  - chore(ml-cellar): add documents https://github.com/scepter914/ml-cellar-rs/pull/3
  - chore(docs): update document https://github.com/scepter914/ml-cellar-rs/pull/4
  - chore(vscode): add tasks.json https://github.com/scepter914/ml-cellar-rs/pull/5
  - chore(docs): update docs https://github.com/scepter914/ml-cellar-rs/pull/7
  - chore(ml-cellar): update docs https://github.com/scepter914/ml-cellar-rs/pull/11
  - chore(docs): update documents https://github.com/scepter914/ml-cellar-rs/pull/19
  - chore(docs): update README https://github.com/scepter914/ml-cellar-rs/pull/22

## 0.1.0

Make template and start to develop.