Skip to content

Commit 0d080bc

Browse files
committed
chore(version): 0.1.0
1 parent b25459b commit 0d080bc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## 0.1.0 - 2023-09-20
6+
#### Miscellaneous Chores
7+
- add release related files - (b25459b) - Ezekiel Warren
8+
- add license - (9c43e29) - Ezekiel Warren
9+
10+
- - -
11+
12+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

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.0.0",
3+
version = "0.1.0",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)