Skip to content

Commit

Permalink
release Triton VM v0.38.2
Browse files Browse the repository at this point in the history
✨ Features

- Convert from `i32` to `NumberOfWords` (b1fe8e0)
- More powerful `triton_instr!` macro (0d1d35e)

⚡️ Performance

- Emit instruction's opcodes, not instructions (7c3de15)

♻️ Refactor

- Deprecate `Challenges::count()` (df783a0)
- Deprecate too-simple helper method (bf8adf2)
- Deprecate some shallow methods (df0715e)
  • Loading branch information
jan-ferdinand committed Mar 14, 2024
1 parent 7c3de15 commit 6bf3557
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes are documented in this file.
Lines marked “(!)” indicate a breaking change.

## [0.38.2](https://github.com/TritonVM/triton-vm/compare/v0.38.1..v0.38.2) - 2024-03-14

### ✨ Features

- Convert from `i32` to `NumberOfWords` ([b1fe8e0e](https://github.com/TritonVM/triton-vm/commit/b1fe8e0e))
- More powerful `triton_instr!` macro ([0d1d35ec](https://github.com/TritonVM/triton-vm/commit/0d1d35ec))

### ⚡️ Performance

- Emit instruction's opcodes, not instructions ([7c3de15b](https://github.com/TritonVM/triton-vm/commit/7c3de15b))

### ♻️ Refactor

- Deprecate `Challenges::count()` ([df783a04](https://github.com/TritonVM/triton-vm/commit/df783a04))
- Deprecate too-simple helper method ([bf8adf2d](https://github.com/TritonVM/triton-vm/commit/bf8adf2d))
- Deprecate some shallow methods ([df0715e7](https://github.com/TritonVM/triton-vm/commit/df0715e7))

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

### 🐛 Bug Fixes
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.1"
version = "0.38.2"
edition = "2021"
authors = ["Triton Software AG"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6bf3557

Please sign in to comment.