diff options
author | iximeow <me@iximeow.net> | 2020-08-09 20:49:12 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-08-09 20:49:12 -0700 |
commit | 6248d3c5f7dd196acdfce5c0da1608fed81b43cd (patch) | |
tree | b38ed1edaf50708b5e9774a29a9ae09ec1b50481 /Cargo.toml | |
parent | 8f857a2fcbdfc7315cd09c0a4ac372b3ec92b538 (diff) |
inaugural 0.1.0 release!0.1.0
add doc comments for public items, record changelog, and lets ship this!!
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "0.0.15" +version = "0.1.0" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" |