v0.4.4-alpha.2 Release
- PR #312 chore: remove unused internal files.
- PR #311 refactor: refine runtime kcl value yaml encoding and planning.
- PR #310 refactor: remove internal kclvm python
- PR #309 fix : encode yaml with opts
- PR #308 feat: impl custom manifests output in the KCL UI and add more UI tests
- PR #307 refactor: use external kclvm_py through pip in scripts
- PR #305 chore: clean kclvm_py pip requirements.
- PR #304 feat: auto-gen manifests yaml_stream runtime func.
- PR #303 feat: reduce binaries size, remove internal python
- PR #302 refactor: all ast ty filed remove #[serde(skip_serializing)]
- PR #300 refactor: run cargo clippy --fix at the kclvm_tools crate.
- PR #299 refactor: add index check error message in args check
- PR #298 refactor: use default_factory field in dataclass because it will raise an error on python3.10+
- PR #295 fix : use hoisting to avoid refer to uninitialized variable
- PR #294 fix: long string quote in the AST printer tool
- PR #289 fix : avoid borrowing same ref in ValRef.union