Skip to content

Commit

Permalink
chore(version): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 13, 2023
1 parent 47e18a8 commit 114fcd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
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.0 - 2023-09-13
#### Features
- add-module command (#2) - (6f38c94) - Ezekiel Warren
#### Miscellaneous Chores
- add cog.toml - (47e18a8) - Ezekiel Warren
- wip - (4311708) - Ezekiel Warren

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ bazel_dep(name = "libdeflate", version = "1.18")
bazel_dep(name = "abseil-cpp", version = "20230802.0")
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
bazel_dep(name = "docopt.cpp")

git_override(
module_name = "docopt.cpp",
remote = "https://github.com/ecsact-dev/docopt.cpp",
commit = "e2f9cdba36c3b70883cea848a8e4d72d9b9a3fac",
remote = "https://github.com/ecsact-dev/docopt.cpp",
)

0 comments on commit 114fcd5

Please sign in to comment.