Skip to content

Commit

Permalink
Add CHANGELOGs for crucible-cli, crucible-llvm-cli, crucible-llvm-syntax
Browse files Browse the repository at this point in the history
(cherry picked from commit 3b3b5a5)
  • Loading branch information
RyanGlScott committed Feb 6, 2024
1 parent 58395e8 commit 1746bb3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions crucible-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# next

* TODO: Describe API changes here
2 changes: 1 addition & 1 deletion crucible-cli/crucible-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Category: Language
Synopsis: A library for sharing code between Crucible CLI frontends
-- Description:

extra-doc-files: README.md
extra-doc-files: CHANGELOG.md, README.md
extra-source-files:
test-data/**/*.cbl
test-data/**/*.out.good
Expand Down
3 changes: 3 additions & 0 deletions crucible-llvm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# next

* TODO: Describe API changes here
2 changes: 1 addition & 1 deletion crucible-llvm-cli/crucible-llvm-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Category: Language
Synopsis: A Crucible CLI frontend for the LLVM language extension
-- Description:

extra-doc-files: README.md
extra-doc-files: CHANGELOG.md, README.md
extra-source-files:
test-data/*.cbl
test-data/*.out.good
Expand Down
3 changes: 3 additions & 0 deletions crucible-llvm-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# next

* TODO: Describe API changes here
2 changes: 1 addition & 1 deletion crucible-llvm-syntax/crucible-llvm-syntax.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Category: Language
Synopsis: A syntax for reading and writing Crucible-LLVM control-flow graphs
-- Description:

extra-doc-files: README.md
extra-doc-files: CHANGELOG.md, README.md
extra-source-files:
test-data/*.cbl
test-data/*.out.good
Expand Down

0 comments on commit 1746bb3

Please sign in to comment.