v0.4.4-beta.2 Release
- PR #381 fix: package global variable reference in schema
- PR #378 fix: module type optional chain error message.
- PR #376 docs: update developing guide about windows and building scripts.
- PR #375 fix: kcl docker image release in action
- PR #374 refactor: release github action.
- PR #371 Delete debug_api.rs
- PR #370 feat: image release with release badge.
- PR #369 feat: add docker image CD in github actions and format all action YAML files.
- PR #363 refactor: upgrade kclvm dockerfile ubuntu version
- PR #362 fix: config entry identifier key type infer.
- PR #361 fix: input relative path in the exec_program function.
- PR #359 Feat(kclvm-win): Before calling the python version of kclvm in kcl.go check if kclvm is installed.
- PR #358 Fix(kclvm-win): Added the missing kclvm-python in build.bat.
- PR #356 chore: bump kcl website links in docs.
- PR #355 chore: remove un-used code in building scripts
- PR #353 Feat(compiler_base_error): Added methods to support redirection of compiler_base_error::emitter.