Skip to content

Commit

Permalink
Finalize Crux 0.8 dates
Browse files Browse the repository at this point in the history
(cherry picked from commit 9a5d6cc)
  • Loading branch information
RyanGlScott committed Feb 6, 2024
1 parent ed10449 commit c74172f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion crucible-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1 -- 2024-??-??
# 0.1 -- 2024-02-05

* Initial version. Split off from `crucible-syntax`.
2 changes: 1 addition & 1 deletion crucible-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1 -- 2024-??-??
# 0.1 -- 2024-02-05

* Change `SomeOverride`, as well as related functions in
`Lang.Crucible.Go.Overrides`, to use a `TypedOverride`.
2 changes: 1 addition & 1 deletion crucible-jvm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.2 -- 2024-??-??
# 0.2 -- 2024-02-05

* Change `jvmOverride_def` in `Lang.Crucible.JVM.Overrides` to use a
`TypedOverride`.
2 changes: 1 addition & 1 deletion crucible-llvm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1 -- 2024-??-??
# 0.1 -- 2024-02-05

* Initial version.
2 changes: 1 addition & 1 deletion crucible-llvm-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1 -- 2024-??-??
# 0.1 -- 2024-02-05

* Initial version.
2 changes: 1 addition & 1 deletion crucible-llvm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.6 -- 2024-??-??
# 0.6 -- 2024-02-05

* `bindLLVMFunPtr` now accepts an `Text.LLVM.AST.Symbol` rather than a whole `Declare`.
Use `decName` to get a `Symbol` from a `Declare`.
Expand Down
2 changes: 1 addition & 1 deletion crucible-mir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.2 -- 2024-??-??
# 0.2 -- 2024-02-05

* `crucible-mir` now supports the `nightly-2023-01-23` Rust toolchain. Some of
the highlights of this include:
Expand Down
2 changes: 1 addition & 1 deletion crucible-symio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Revision history for crucible-symio

## 0.1 -- 2024-??-??
## 0.1 -- 2024-02-05

* First version. Released on an unsuspecting world.
2 changes: 1 addition & 1 deletion crucible-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.4 -- 2024-??-??
# 0.4 -- 2024-02-05

* The type `ACFG` has been removed in favor of `Lang.Crucible.CFG.Reg.AnyCFG`,
which serves a similar purpose (hiding the argument and return types). The
Expand Down
2 changes: 1 addition & 1 deletion crucible/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Rename `Lang.Crucible.Backend.popFrame` to `popFrameOrPanic`,
provide helpers such as `popFrame` to manage assumptions without `panic`ing.

# 0.7 -- 2024-??-??
# 0.7 -- 2024-02-05

* Add `TypedOverride`, `SomeTypedOverride`, and `runTypedOverride` to
`Lang.Crucible.Simulator.OverrideSim`. These allow one to define an
Expand Down
2 changes: 1 addition & 1 deletion crux-llvm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.8 -- 2024-??-??
# 0.8 -- 2024-02-05

* Add support for LLVM bitcode files generated by Apple Clang on macOS.

Expand Down
2 changes: 1 addition & 1 deletion crux-mir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.8 -- 2024-??-??
# 0.8 -- 2024-02-05

* `crux-mir` now supports the `nightly-2023-01-23` Rust toolchain. Some of the
highlights of this include:
Expand Down
2 changes: 1 addition & 1 deletion crux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.7 -- 2024-??-??
# 0.7 -- 2024-02-05

* Add a `Crux.Overrides` module, which defines common functionality for defining
overrides, which are shared among several Crux backends.
Expand Down

0 comments on commit c74172f

Please sign in to comment.