From 114fcd5c2cf58e3ecfddf236431d8e554712198f Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Wed, 13 Sep 2023 00:14:18 -0700 Subject: [PATCH] chore(version): 0.1.0 --- CHANGELOG.md | 14 ++++++++++++++ MODULE.bazel | 3 +-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a655f2a --- /dev/null +++ b/CHANGELOG.md @@ -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). \ No newline at end of file diff --git a/MODULE.bazel b/MODULE.bazel index 1cef281..0f087d2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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", )