Skip to content

Commit ef4ca91

Browse files
committed
chore(version): 0.1.1
1 parent 56b5b4b commit ef4ca91

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1 - 2023-09-23
6+
#### Bug Fixes
7+
- incorrect target for unix - (56b5b4b) - Ezekiel Warren
8+
9+
- - -
10+
511
## 0.1.0 - 2023-09-20
612
#### Miscellaneous Chores
713
- add release related files - (b25459b) - Ezekiel Warren

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_wasmer",
3-
version = "0.1.0",
3+
version = "0.1.1",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)