Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorenzi committed May 9, 2021
1 parent 746d15e commit a1e4194
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.11.9

- Makes it so the assembler will select the rule with the fewest amount of
output bits in the case of multiple matches.
- Adds the `mesen-mlb` symbol output format, for use with the Mesen NES emulator.

## v0.11.8

- Adds the built-in function `le()`, which reverses the bytes of an integer,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "customasm"
version = "0.11.8"
version = "0.11.9"
edition = "2018"
authors = ["hlorenzi <https://hlorenzi.com>"]
description = "An assembler for custom, user-defined instruction sets!"
Expand Down

0 comments on commit a1e4194

Please sign in to comment.