diff --git a/Cargo.toml b/Cargo.toml index 3aafa53..9b9c072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,6 @@ repository = "https://devops.tsommer.org/open-source/rust/crates/borderline" readme = "README.md" keywords = ["border", "terminal", "cli", "progressbar"] categories = ["command-line-interface"] +exclude = ["images/*"] [dependencies] diff --git a/README.md b/README.md index 2065902..0b863f0 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,14 @@ borderline::print_border(); ``` While the progress bar is active: -![progressbar.png](images/progressbar.png) +![progressbar.png](https://devops.tsommer.org/open-source/rust/crates/borderline/raw/main/images/progressbar.png) When the program is done: -![done.png](images/done.png) +![done.png](https://devops.tsommer.org/open-source/rust/crates/borderline/raw/main/images/done.png) -In case that the given text is too long, it gets wrapped at word boundaries. When this is not possible, the text is wrapped at the given width. \ No newline at end of file +In case that the given text is too long, it gets wrapped at word boundaries. When this is not possible, the text is wrapped at the given width. + +# Changelog + +### Version 1.0.0 +- Initial release \ No newline at end of file