Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Feb 7, 2020
1 parent 362b669 commit 2ae0c8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "usereport-rs"
version = "0.0.1"
version = "0.1.0"
authors = ["Lukas Pustina <lukas@pustina.net>"]
description = "Collect system information for the first 60 seconds of a performance analysis"
repository = "https://github.com/lukaspustina/usereport-es.git"
Expand Down
11 changes: 7 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
* [X] Correctly parse command args in ", e.g. sh -c "one | two"
* [X] Add hbs helper which replaces \n with output format appropriate line break
* [X] Preserve order of commands in output according to profile order
* [X] Re-work API
* [X] https://github.com/rust-lang/api-guidelines
* [X] https://rust-lang.github.io/api-guidelines/flexibility.html#functions-minimize-assumptions-about-parameters-by-using-generics-c-generic
* [X] https://deterministic.space/elegant-apis-in-rust.html

## Before 1.0.0

* [ ] Create linux and macos configuration
* macOS
* sw_vers
Expand All @@ -36,10 +43,6 @@
* Linux
* https://www.cyberciti.biz/tips/top-linux-monitoring-tools.html
* http://www.brendangregg.com/USEmethod/use-linux.html
* [X] Re-work API
* [X] https://github.com/rust-lang/api-guidelines
* [X] https://rust-lang.github.io/api-guidelines/flexibility.html#functions-minimize-assumptions-about-parameters-by-using-generics-c-generic
* [X] https://deterministic.space/elegant-apis-in-rust.html
* [ ] Activate deny missing docs and add docs
* [ ] https://rust-lang.github.io/api-guidelines/documentation.html

0 comments on commit 2ae0c8a

Please sign in to comment.