Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crucible-llvm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# next

# 0.9 -- 2026-01-29

* The `LLVM_Debug` data constructor for `LLVMStmt`, as well as the related
`LLVM_Dbg` data type, have been removed.
* Remove `aggInfo` in favor of `aggregateAlignment`, a lens that retrieves an
Expand Down
4 changes: 2 additions & 2 deletions crucible-llvm/crucible-llvm.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: crucible-llvm
Version: 0.8.0.0.99
Version: 0.9.0.0.99
Author: Galois Inc.
Copyright: (c) Galois, Inc 2014-2022
Maintainer: [email protected], [email protected], [email protected]
Expand Down Expand Up @@ -134,7 +134,7 @@ library
extra,
lens,
itanium-abi >= 0.1.1.1 && < 0.2,
llvm-pretty >= 0.12.1 && < 0.14,
llvm-pretty >= 0.12.1 && < 0.15,
mtl,
parameterized-utils >= 2.1.5 && < 2.2,
pretty,
Expand Down
2 changes: 2 additions & 0 deletions crucible-mir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# next

# 0.6 -- 2026-01-29

This release supports [version
6](https://github.com/GaloisInc/mir-json/blob/master/SCHEMA_CHANGELOG.md#6) of
`mir-json`'s schema.
Expand Down
2 changes: 1 addition & 1 deletion crucible-mir/crucible-mir.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: crucible-mir
version: 0.5.0.0.99
version: 0.6.0.0.99
-- synopsis:
-- description:
homepage: https://github.com/GaloisInc/crucible/blob/master/crucible-mir/README.md
Expand Down
2 changes: 2 additions & 0 deletions crucible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# next

# 0.9 -- 2026-01-29

# 0.8.0 -- 2025-11-09

* Add `setExecResultContext`, `setExecStateContext`
Expand Down
2 changes: 1 addition & 1 deletion crucible/crucible.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: crucible
Version: 0.8.0.0.99
Version: 0.9.0.0.99
Author: Galois Inc.
Maintainer: [email protected], [email protected], [email protected]
Copyright: (c) Galois, Inc 2014-2022
Expand Down
2 changes: 2 additions & 0 deletions crux-llvm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# next

# 0.12 -- 2026-01-29

# 0.11 -- 2025-11-09

* Sync the version number with `crux-mir-0.11` as part of the overall Crux 0.10
Expand Down
2 changes: 1 addition & 1 deletion crux-llvm/crux-llvm.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: crux-llvm
Version: 0.11.0.0.99
Version: 0.12.0.0.99
Author: Galois Inc.
Maintainer: [email protected], [email protected], [email protected]
Copyright: (c) Galois, Inc 2014-2022
Expand Down
2 changes: 2 additions & 0 deletions crux-mir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# next

# 0.12 -- 2026-01-29

This release supports [version
8](https://github.com/GaloisInc/mir-json/blob/master/SCHEMA_CHANGELOG.md#8) of
`mir-json`'s schema.
Expand Down
2 changes: 1 addition & 1 deletion crux-mir/crux-mir.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: crux-mir
version: 0.11.0.0.99
version: 0.12.0.0.99
-- synopsis:
-- description:
homepage: https://github.com/GaloisInc/crucible/blob/master/crux-mir/README.md
Expand Down
2 changes: 2 additions & 0 deletions crux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# next

# 0.9 -- 2026-01-29

# 0.8 -- 2025-11-09

* We now support running simulations with custom users state.
Expand Down
2 changes: 1 addition & 1 deletion crux/crux.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.2
Name: crux
Version: 0.8.0.0.99
Version: 0.9.0.0.99
Copyright: (c) Galois, Inc. 2018-2022
Author: [email protected]
Maintainer: [email protected], [email protected], [email protected]
Expand Down
2 changes: 1 addition & 1 deletion dependencies/llvm-pretty
2 changes: 1 addition & 1 deletion dependencies/rme
2 changes: 1 addition & 1 deletion dependencies/what4
Loading