-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. | ||
|
||
- - - | ||
## 0.2.0 - 2024-07-05 | ||
#### Features | ||
- use C++ toolchain directly and reorganize folder structure (#15) - (80c1bb3) - Ezekiel Warren | ||
#### Miscellaneous Chores | ||
- add cog.toml for release - (ee93ac3) - Ezekiel Warren | ||
- remove old load statement - (84b6098) - Ezekiel Warren | ||
- add docs index - (a1728b0) - Ezekiel Warren | ||
- update readme - (9cba542) - Ezekiel Warren | ||
|
||
- - - | ||
|
||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module( | ||
name = "bzlws", | ||
version = "0.1.0", | ||
version = "0.2.0", | ||
compatibility_level = 1, | ||
) | ||
|
||
|