Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
8051Enthusiast committed Aug 17, 2021
1 parent a80bc44 commit 9f65186
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.0 (dev)
1.0.0 (2021-08-17)
==================
* Arbitrarily decide that this version is 1.0.0 because it has been stable enough
* Add line to libfind output indicating the file (the way command line arguments are handled could lead to confusion)
Expand Down
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "at51"
description = "Some applications for reverse engineering 8051 firmware"
readme = "README.md"
version = "0.4.2"
version = "1.0.0"
authors = ["8051Enthusiast"]
edition = "2018"
keywords = ["reverse-engineering", "8051"]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::process;

fn main() {
let cliargs = App::new("at51")
.version("0.4.2")
.version("1.0.0")
.about("Applications for reverse engineering architecture 8051 firmware")
.subcommand(
SubCommand::with_name("base")
Expand Down

0 comments on commit 9f65186

Please sign in to comment.