Skip to content

Commit 5cda695

Browse files
authored
version 0.3.2 (#148)
1 parent ab3486f commit 5cda695

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
0.3.2 (2026-02-09)
3+
------------------
4+
5+
* initial support for symbolic opcodes
26

37
0.3.1 (2025-02-06)
48
------------------

asli.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.1"
3+
version: "0.3.2"
44
synopsis: "Interpreter for Arm's Architecture Specification Language (ASL)"
55
description: """
66
Interpreter for the language ASL that Arm uses to write their ISA specifications.

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.9)
22
(name asli)
3-
(version 0.3.1)
3+
(version 0.3.2)
44

55
(using menhir 2.0)
66

0 commit comments

Comments
 (0)