File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [[ unpublished ]] ( https://github.com/mlange-42/ark/compare/v0.3.0...main )
3
+ ## [[ v0.4.0 ]] ( https://github.com/mlange-42/ark/compare/v0.3.0...v0.4.0 )
4
4
5
5
### Breaking changes
6
6
34
34
- More reliable inlining of query methods (#198 )
35
35
- Optimizes memory sizes of internal types (#199 , #200 )
36
36
- Optimizes handling of relations in filters (#203 )
37
- - Rework of component assignment for a bigfix , accidentally speeding up assigning operations (#205 )
37
+ - Rework of component assignment for a bugfix , accidentally speeding up assigning operations (#205 )
38
38
- Uses a dedicated column type for entities in tables/archetypes, with a small speeding for component operations (216)
39
39
40
40
### Bugfixes
Original file line number Diff line number Diff line change 8
8
"github.com/shirou/gopsutil/v4/cpu"
9
9
)
10
10
11
- const version = "v0.4.0-dev "
11
+ const version = "v0.4.0"
12
12
13
13
func main () {
14
14
fmt .Printf ("Last run: %s \n " , time .Now ().Format (time .RFC1123 ))
You can’t perform that action at this time.
0 commit comments