Skip to content

Commit 00dc400

Browse files
Release notes and version bump for v3.2.1.
1 parent e74f2b9 commit 00dc400

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313

1414
[workspace.package]
1515
authors = ["Alexander Stocko <as@coder.gg>", "CensoredUsername <cens.username@gmail.com>"]
16-
version = "3.2.0"
16+
version = "3.2.1"
1717
edition = "2021"
1818

1919
documentation = "https://censoredusername.github.io/dynasm-rs/language/index.html"

doc/releasenotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The `dynasm-rs` project consists out of two crates: The procedural macro crate `dynasm` and the runtime support crate `dynasmrt`. The versions of these two crates are synchronized and should always match. From version 0.7.0 onwards `dynasmrt` depends on `dynasm` itself to simplify this relationship. Any version listings below therefore refers to both the `dynasm` and `dynasmrt` crate version.
44

5+
Version 3.2.1
6+
=============
7+
8+
Runtime
9+
-------
10+
- Cache invalidation on aarch64 Apple hardware now does not crash with an illegal instruction exception.
511

612
Version 3.2.0
713
=============

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ license.workspace = true
1818
memmap2 = "0.9.5"
1919
byteorder = "1.5.0"
2020
fnv = "1.0.7"
21-
dynasm = { version = "=3.2.0", path = "../plugin" }
21+
dynasm = { version = "=3.2.1", path = "../plugin" }

0 commit comments

Comments
 (0)