Skip to content

Commit

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

- - -
## 0.1.2 - 2024-11-08
#### Bug Fixes
- add missing libraries for windows - (f176dd7) - Ezekiel Warren
#### Miscellaneous Chores
- ignore bazel lock files - (0c6de64) - Ezekiel Warren

- - -

## 0.1.1 - 2023-09-23
#### Bug Fixes
- incorrect target for unix - (56b5b4b) - Ezekiel Warren
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_wasmer",
version = "0.1.1",
version = "0.1.2",
compatibility_level = 1,
)

Expand Down

0 comments on commit 2357951

Please sign in to comment.