New Features
- feat(cmd): add kratos run command and clean code (#1145)
- feat(cmd): add kratos changelog command (#1140)
- feat(examples): add benchmark example (#1134)
- feat: add int/int32/Stringer support when get atomicValue (#1130)
Bug Fixes
- fix(cmd/run): fixed a problem that did not run correctly on windows (#1153)
- fix(cmd): modify the problem of getting length error of kratos run command array (#1150)
- fix(cmd): fixed a problem where prefix could not be matched in some cases (#1151)
- fix config decoder (#1142)
- fix(http): fix error encoder (#1141)
- fix: kratos run command support to find the cmd directory from the parent directory (#1146)