Skip to content

Commit

Permalink
补充 v0.13.0 的更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
chai2010 committed Jun 20, 2024
1 parent 1494ca2 commit e1608fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package version

const Version = "v0.12.0"
const Version = "v0.13.0"
2 changes: 1 addition & 1 deletion waroot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.0
v0.13.0
5 changes: 5 additions & 0 deletions waroot/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# 版本日志

- (dev)
- v0.13.0 (2024-04-20)
- 增加 docker 镜像发布, 支持 devcontainer 开发环境
- 增加 wasm 版本命令行工具链打包
- 增加 `<=>` 运算符, 简化运算符重载特性
- 修复指针调用不支持重载方法的问题
- 试验性增加 lsp 子命令
- 完善 gpu 包
- v0.12.0 (2024-04-20)
- `const` 常量增加 `embed` 实验特性
- 完善函数重载和运算符重载功能, 完善胶水代码
Expand Down

0 comments on commit e1608fc

Please sign in to comment.