Skip to content

Commit 114fcd5

Browse files
committed
chore(version): 0.1.0
1 parent 47e18a8 commit 114fcd5

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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-13
6+
#### Features
7+
- add-module command (#2) - (6f38c94) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- add cog.toml - (47e18a8) - Ezekiel Warren
10+
- wip - (4311708) - Ezekiel Warren
11+
12+
- - -
13+
14+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ bazel_dep(name = "libdeflate", version = "1.18")
1414
bazel_dep(name = "abseil-cpp", version = "20230802.0")
1515
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
1616
bazel_dep(name = "docopt.cpp")
17-
1817
git_override(
1918
module_name = "docopt.cpp",
20-
remote = "https://github.com/ecsact-dev/docopt.cpp",
2119
commit = "e2f9cdba36c3b70883cea848a8e4d72d9b9a3fac",
20+
remote = "https://github.com/ecsact-dev/docopt.cpp",
2221
)

0 commit comments

Comments
 (0)