Skip to content

Commit

Permalink
chore(version): 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Oct 17, 2024
1 parent 86ee6fc commit dcc5862
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.1.4 - 2024-10-17
#### Bug Fixes
- check for unavailable dynamic methods (#69) - (86ee6fc) - Ezekiel Warren
#### Features
- use new indexed fields api (#68) - (636b34b) - Ezekiel Warren
- dynamic lat (#67) - (fd1f592) - Ezekiel Warren

- - -

## 0.1.3 - 2024-10-04
#### Features
- use new execution context other api - (33e02b4) - Ezekiel
Expand Down
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "ecsact_si_wasm",
version = "0.1.3",
version = "0.1.4",
compatibility_level = 1,
)

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

bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)

git_override(
module_name = "hedron_compile_commands",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
Expand Down

0 comments on commit dcc5862

Please sign in to comment.