Skip to content

Commit

Permalink
Add documentation to be displayed on https://docs.rs/ocptv/
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Colapinto <[email protected]>
  • Loading branch information
njordr committed Nov 8, 2024
1 parent 3898665 commit 081cd2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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
@@ -1,6 +1,6 @@
[package]
name = "ocptv"
version = "0.1.3"
version = "0.1.4"
description = "Strongly typed Rust API for OCPTV output"
authors = ["OCP Test & Validation Project"]
keywords = ["ocptv", "hardware", "validation"]
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Steps:
1. bump the version. Will need [`cargo-release`](https://crates.io/crates/cargo-release) crate. Example here bumps the *patch* version (see [cargo semver](https://doc.rust-lang.org/cargo/reference/semver.html) when deciding which version number to bump).
```bash
$ git checkout dev
$ cargo release version patch --execute # also note to update the readme
$ cargo release changes # note any changelog to add to the commit, or manually craft it
$ cargo release version patch --execute # also note to update the readme
$ git add .
$ git commit
$ git push origin dev
Expand Down

0 comments on commit 081cd2d

Please sign in to comment.