Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.1.0](v0.0.1...v0.1.0) (2020-11-19)

### Features

* restrict decoder to RISC-U and add ELF64 RISC-U loader ([97c80fc](97c80fc))
  • Loading branch information
semantic-release-bot committed Nov 19, 2020
1 parent 97c80fc commit 85e906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "riscu"
version = "0.0.1"
version ="0.1.0"
authors = ["Jonathan Behrens <fintelia@gmail.com>", "Christian Mösl <christian.moesl@live.at>", "Fabian Nedoluha <monster@onders.org>"]
edition = "2018"
description = "A simple library for loading/encoding RISC-U ELF64 binaries"
Expand Down

0 comments on commit 85e906e

Please sign in to comment.