File tree 4 files changed +3
-5
lines changed
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 256
256
- Fix printing fn call of returning c struct value (fix #23104 ) (#23106 )
257
257
- Fix array fixed comparison from fn return (fix #23071 ) (#23114 )
258
258
- Fix array map to fixed array (fix #23116 ) (#23118 )
259
- - Fix sort fn definitions (fix #23120 ) (#23121 )
260
259
- Fix codegen for returning different option alias type (fix #23087 ) (#23125 )
261
260
- Fix for in for interface type (fix #23119 ) (#23127 )
262
261
- Fix codegen for generic selector expr (fix #22974 ) (#23132 )
263
262
- Fix different option alias type as fn arg (fix #23086 ) (#23131 )
264
- - Move const and global logic to a separate file
265
263
- Fix codegen for returning option reference from indexexpr (fix #23133 ) (#23139 )
266
264
- Fix array fixed auto str on ` -cstrict ` (#23144 )
267
265
- Fix codegen for array append on indexexpr (fix #23156 ) (#23160 )
Original file line number Diff line number Diff line change 1
1
Module {
2
2
name: ' V'
3
3
description: ' The V programming language.'
4
- version: ' 0.4.8 '
4
+ version: ' 0.4.9 '
5
5
license: ' MIT'
6
6
repo_url: ' https://github.com/vlang/v'
7
7
dependencies: []
Original file line number Diff line number Diff line change 1
1
Module {
2
2
name: ' semver'
3
- version: ' 0.4.8 '
3
+ version: ' 0.4.9 '
4
4
deps: []
5
5
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module version
2
2
3
3
import os
4
4
5
- pub const v_version = '0.4.8 '
5
+ pub const v_version = '0.4.9 '
6
6
7
7
pub fn full_hash () string {
8
8
build_hash := vhash ()
You can’t perform that action at this time.
0 commit comments