Skip to content

Commit 069c4f0

Browse files
Regenerate tests, update release notes, and bump version to 3.2.0.
1 parent 1de1894 commit 069c4f0

File tree

8 files changed

+16226
-8766
lines changed

8 files changed

+16226
-8766
lines changed

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 <[email protected]>", "CensoredUsername <[email protected]>"]
16-
version = "3.1.0"
16+
version = "3.2.0"
1717
edition = "2021"
1818

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

doc/releasenotes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
6+
Version 3.2.0
7+
=============
8+
9+
Architecture support
10+
--------------------
11+
- RISC-V targets got support for the `Zfinx`, `Zhinx`, `Zdinx`, `Zhinxmin` and `Zfhmin` instruction
12+
set extensions.
13+
- RISC-V targets now automatically expand the `B` collection of ISA EXTENSIONS
14+
- RISC-V targets now ignore the `Ztso` extension instead of it causing an error
15+
(as it doesn't actually add any new instructions).
16+
517
Version 3.1.0
618
=============
719

@@ -24,7 +36,7 @@ General
2436
Architecture support
2537
--------------------
2638
- added `riscv32i`, `riscv32e`, `riscv64i` and `riscv64e` architecture targets.
27-
- `x64` gained support for the `RDPRU` instruction (Thanks to eigenform!)
39+
- `x64` gained support for the `RDPRU` instruction (Thanks to eigenform!).
2840

2941
Version 3.0.1
3042
=============

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.1.0", path = "../plugin" }
21+
dynasm = { version = "=3.2.0", path = "../plugin" }

0 commit comments

Comments
 (0)