Skip to content

Commit

Permalink
chore(version): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Oct 6, 2023
1 parent 828c925 commit f3f6fc2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.1.1 - 2023-10-06
#### Features
- bzlmodify + memory refactor (#37) - (bdd9c20) - Ezekiel Warren
#### Miscellaneous Chores
- **(deps)** update bazel c++ tooling repositories (#33) - (5924866) - renovate[bot]
- move version back - (828c925) - Ezekiel Warren

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module(
name = "ecsact_si_wasm",
version = "0.1.0",
version = "0.1.1",
compatibility_level = 1,
)

bazel_dep(name = "rules_cc", version = "0.0.8")
Expand Down

0 comments on commit f3f6fc2

Please sign in to comment.