Skip to content

Commit dcc5862

Browse files
committed
chore(version): 0.1.4
1 parent 86ee6fc commit dcc5862

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 0.1.4 - 2024-10-17
6+
#### Bug Fixes
7+
- check for unavailable dynamic methods (#69) - (86ee6fc) - Ezekiel Warren
8+
#### Features
9+
- use new indexed fields api (#68) - (636b34b) - Ezekiel Warren
10+
- dynamic lat (#67) - (fd1f592) - Ezekiel Warren
11+
12+
- - -
13+
514
## 0.1.3 - 2024-10-04
615
#### Features
716
- use new execution context other api - (33e02b4) - Ezekiel

MODULE.bazel

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_si_wasm",
3-
version = "0.1.3",
3+
version = "0.1.4",
44
compatibility_level = 1,
55
)
66

@@ -16,7 +16,6 @@ bazel_dep(name = "platforms", version = "0.0.10")
1616

1717
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
1818
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
19-
2019
git_override(
2120
module_name = "hedron_compile_commands",
2221
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",

0 commit comments

Comments
 (0)