Skip to content

Commit a1e4194

Browse files
committed
update version
1 parent 746d15e commit a1e4194

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.11.9
4+
5+
- Makes it so the assembler will select the rule with the fewest amount of
6+
output bits in the case of multiple matches.
7+
- Adds the `mesen-mlb` symbol output format, for use with the Mesen NES emulator.
8+
39
## v0.11.8
410

511
- Adds the built-in function `le()`, which reverses the bytes of an integer,

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "customasm"
3-
version = "0.11.8"
3+
version = "0.11.9"
44
edition = "2018"
55
authors = ["hlorenzi <https://hlorenzi.com>"]
66
description = "An assembler for custom, user-defined instruction sets!"

0 commit comments

Comments
 (0)