Skip to content

Commit c84cc24

Browse files
committed
更新版本号准备发布
1 parent 77882fc commit c84cc24

File tree

6 files changed

+4
-36
lines changed

6 files changed

+4
-36
lines changed

README-zh.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -206,23 +206,6 @@ $ cd waroot && wa run examples/prime
206206
29
207207
```
208208

209-
## 例子:Chrome本地AI
210-
211-
Chrome builtin Gemini Nano Demo:
212-
213-
```wa
214-
import "ai"
215-
216-
func main {
217-
ai.RequestSession(func(session: ai.Session){
218-
session.PromptAsync("Who are you?", func(res: string) {
219-
println(res)
220-
})
221-
})
222-
}
223-
```
224-
225-
226209
更多例子 [waroot/examples](waroot/examples)
227210

228211
## 贡献者名单

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -173,22 +173,6 @@ $ cd waroot && wa run examples/prime
173173
29
174174
```
175175

176-
## Example: Chrome Native AI
177-
178-
Chrome builtin Gemini Nano Demo:
179-
180-
```wa
181-
import "ai"
182-
183-
func main {
184-
ai.RequestSession(func(session: ai.Session){
185-
session.PromptAsync("Who are you?", func(res: string) {
186-
println(res)
187-
})
188-
})
189-
}
190-
```
191-
192176
More examples [waroot/examples](waroot/examples)
193177

194178
## Contributors

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
package version
55

6-
const Version = "v1.4.0"
6+
const Version = "v1.5.0"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ func main() {
103103
apprun.CmdRun,
104104
appfmt.CmdFmt,
105105
apptest.CmdTest,
106-
applsp.CmdLsp,
107106
appyacc.CmdYacc,
108107
applogo.CmdLogo,
109108

@@ -127,6 +126,7 @@ func main() {
127126
appgo2wz.CmdGo2wz,
128127
appcir.CmdCir,
129128
appdoc.CmdDoc,
129+
applsp.CmdLsp,
130130
}
131131

132132
cliApp.Run(os.Args)

waroot/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.0
1+
v1.5.0

waroot/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 版本日志
22

33
- dev (2025-??-??)
4+
- v1.5.0 (2025-12-04)
45
- 完善中文版的支持, 修复中英文错误接口不能互通的问题
56
- 标准库增加中文版的“万国码/码八方”包
67
- 凹语言RISCV汇编器支持中文指令集

0 commit comments

Comments
 (0)