Skip to content

Commit bf9a7e4

Browse files
authored
Merge pull request #1729 from cryspen/release-0.3.5
Release 0.3.5
2 parents 7086fd3 + a88823a commit bf9a7e4

File tree

5 files changed

+44
-30
lines changed

5 files changed

+44
-30
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
Changes to the Rust Engine:
11+
12+
Changes to the frontend:
13+
14+
Change to cargo-hax:
15+
16+
Changes to hax-lib:
17+
18+
Changes to the Lean backend:
19+
20+
Miscellaneous:
21+
22+
## 0.3.5
23+
1024
Changes to the Rust Engine:
1125
- The module `names` now produces `ExplicitDefId`s instead of `DefId`s (#1648)
1226
- Add a resugaring `FunctionsToConstants` (#1559)

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ default-members = [
3434
resolver = "2"
3535

3636
[workspace.package]
37-
version = "0.3.4"
37+
version = "0.3.5"
3838
authors = ["hax Authors"]
3939
license = "Apache-2.0"
4040
homepage = "https://github.com/hacspec/hax"
@@ -73,16 +73,16 @@ colored = "2"
7373
annotate-snippets = "0.11"
7474

7575
# Crates in this repository
76-
hax-frontend-exporter = { path = "frontend/exporter", version = "=0.3.4", default-features = false }
77-
hax-adt-into = { path = "frontend/exporter/adt-into", version = "=0.3.4" }
78-
hax-frontend-exporter-options = { path = "frontend/exporter/options", version = "=0.3.4" }
79-
hax-lib-macros = { path = "hax-lib/macros", version = "=0.3.4" }
80-
hax-lib-macros-types = { path = "hax-lib/macros/types", version = "=0.3.4" }
81-
hax-lib = { path = "hax-lib", version = "=0.3.4" }
82-
hax-engine-names = { path = "engine/names", version = "=0.3.4" }
83-
hax-types = { path = "hax-types", version = "=0.3.4" }
84-
hax-rust-engine = { path = "rust-engine", version = "=0.3.4" }
85-
hax-rust-engine-macros = { path = "rust-engine/macros", version = "=0.3.4" }
76+
hax-frontend-exporter = { path = "frontend/exporter", version = "=0.3.5", default-features = false }
77+
hax-adt-into = { path = "frontend/exporter/adt-into", version = "=0.3.5" }
78+
hax-frontend-exporter-options = { path = "frontend/exporter/options", version = "=0.3.5" }
79+
hax-lib-macros = { path = "hax-lib/macros", version = "=0.3.5" }
80+
hax-lib-macros-types = { path = "hax-lib/macros/types", version = "=0.3.5" }
81+
hax-lib = { path = "hax-lib", version = "=0.3.5" }
82+
hax-engine-names = { path = "engine/names", version = "=0.3.5" }
83+
hax-types = { path = "hax-types", version = "=0.3.5" }
84+
hax-rust-engine = { path = "rust-engine", version = "=0.3.5" }
85+
hax-rust-engine-macros = { path = "rust-engine/macros", version = "=0.3.5" }
8686

8787
[workspace.metadata.release]
8888
owners = ["github:cryspen:tools"]

engine/dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(name hax-engine)
44

5-
(version 0.3.4)
5+
(version 0.3.5)
66

77
(generate_opam_files true)
88

engine/hax-engine.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.4"
3+
version: "0.3.5"
44
synopsis: "The engine of hax, a Rust verification tool"
55
description:
66
"Hax is divided in two: a frontend (written in Rust) and an engine (written in OCaml). This is the engine."

0 commit comments

Comments
 (0)