Skip to content

Commit

Permalink
release: bugfix v2.0.1 & warn about lib instability
Browse files Browse the repository at this point in the history
  • Loading branch information
bryango committed Dec 17, 2024
1 parent a273180 commit 2396224
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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 = "hydra-check"
version = "2.0.0"
version = "2.0.1"
authors = ["Felix Richter <[email protected]>", "Bryan Lai <[email protected]>"]
edition = "2021"

Expand Down
9 changes: 9 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#![warn(missing_docs)]

//! <div class="warning">
//!
//! Currently hydra-check is only provided as a CLI application, _not_ as a library.
//! We exposed the library documentation here for internal reference.
//! We do _not_ provide any guarantee about the stability of these interfaces.
//!
//! </div>
//!
#![doc = include_str!("../README.md")]

mod args;
Expand Down

0 comments on commit 2396224

Please sign in to comment.