Skip to content

Commit

Permalink
release Triton VM v0.38.1
Browse files Browse the repository at this point in the history
🐛 Bug Fixes

- Make degree lowering deterministic (f230ba7)

⚙️ Miscellaneous

- Correctly name clippy warning (568c483)
- Update CI dependencies (a06c8fa)

♻️ Refactor

- Public `NUM_*_CONSTRAINTS` constants (abd15be)
  • Loading branch information
jan-ferdinand committed Mar 11, 2024
1 parent abd15be commit 30954a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes are documented in this file.
Lines marked “(!)” indicate a breaking change.

## [0.38.1](https://github.com/TritonVM/triton-vm/compare/v0.38.0..v0.38.1) - 2024-03-11

### 🐛 Bug Fixes

- Make degree lowering deterministic ([f230ba70](https://github.com/TritonVM/triton-vm/commit/f230ba70))

### ⚙️ Miscellaneous

- Correctly name clippy warning ([568c4836](https://github.com/TritonVM/triton-vm/commit/568c4836))
- Update CI dependencies ([a06c8fa0](https://github.com/TritonVM/triton-vm/commit/a06c8fa0))

### ♻️ Refactor

- Public `NUM_*_CONSTRAINTS` constants ([abd15be8](https://github.com/TritonVM/triton-vm/commit/abd15be8))

## [0.38.0](https://github.com/TritonVM/triton-vm/compare/v0.37.0..v0.38.0) - 2024-03-07

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lto = "thin"
lto = "thin"

[workspace.package]
version = "0.38.0"
version = "0.38.1"
edition = "2021"
authors = ["Triton Software AG"]
license = "Apache-2.0"
Expand Down

0 comments on commit 30954a6

Please sign in to comment.