Skip to content

Commit f50a07e

Browse files
authored
Prepare release v0.4.0 (#201)
1 parent 7df61cb commit f50a07e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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)
44

55
### Breaking changes
66

@@ -34,7 +34,7 @@
3434
- More reliable inlining of query methods (#198)
3535
- Optimizes memory sizes of internal types (#199, #200)
3636
- 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)
3838
- Uses a dedicated column type for entities in tables/archetypes, with a small speeding for component operations (216)
3939

4040
### Bugfixes

benchmark/table/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/shirou/gopsutil/v4/cpu"
99
)
1010

11-
const version = "v0.4.0-dev"
11+
const version = "v0.4.0"
1212

1313
func main() {
1414
fmt.Printf("Last run: %s \n", time.Now().Format(time.RFC1123))

0 commit comments

Comments
 (0)