diff --git a/RELEASES.md b/RELEASES.md index 1ff8860..1fcbf42 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -10,6 +10,8 @@ The TODO section is part of the [README.md](https://github.com/automation-tasks- ## Unreleased +- new_auto + ## Version 2024.501.1827 (2024-05-01) - templates from GitHub diff --git a/src/bin/cargo-auto/main.rs b/src/bin/cargo-auto/main.rs index 0070f7c..d5c7719 100644 --- a/src/bin/cargo-auto/main.rs +++ b/src/bin/cargo-auto/main.rs @@ -6,7 +6,7 @@ //! # cargo-auto //! //! **Automation tasks coded in Rust language for the workflow of Rust projects** -//! ***version: 2024.501.1827 date: 2024-05-01 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)*** +//! ***version: 2024.504.1703 date: 2024-05-04 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)*** //! //! ![maintained](https://img.shields.io/badge/maintained-green) //! ![ready-for-use](https://img.shields.io/badge/ready_for_use-green) @@ -26,11 +26,11 @@ //! [![Newest docs](https://img.shields.io/badge/newest_docs-blue.svg)](https://automation-tasks-rs.github.io/cargo-auto/cargo_auto/index.html) //! ![cargo-auto](https://bestia.dev/webpage_hit_counter/get_svg_image/959103982.svg) //! -//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-1299-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/) -//! [![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-742-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/) -//! [![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-222-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/) +//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-743-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/) +//! [![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-574-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/) +//! [![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-105-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/) //! [![Lines in examples](https://img.shields.io/badge/Lines_in_examples-0-yellow.svg)](https://github.com/automation-tasks-rs/cargo-auto/) -//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-549-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/) +//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-0-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/) //! //! Hashtags: #maintained #ready-for-use #rustlang #automation #workflow //! My projects on GitHub are more like a tutorial than a finished product: [bestia-dev tutorials](https://github.com/bestia-dev/tutorials_rust_wasm). diff --git a/src/lib.rs b/src/lib.rs index 1f8b252..7a65047 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ //! # cargo-auto //! //! **Automation tasks coded in Rust language for the workflow of Rust projects** -//! ***version: 2024.501.1827 date: 2024-05-01 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)*** +//! ***version: 2024.504.1703 date: 2024-05-04 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)*** //! //! ![maintained](https://img.shields.io/badge/maintained-green) //! ![ready-for-use](https://img.shields.io/badge/ready_for_use-green) @@ -26,11 +26,11 @@ //! [![Newest docs](https://img.shields.io/badge/newest_docs-blue.svg)](https://automation-tasks-rs.github.io/cargo-auto/cargo_auto/index.html) //! ![cargo-auto](https://bestia.dev/webpage_hit_counter/get_svg_image/959103982.svg) //! -//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-1299-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/) -//! [![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-742-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/) -//! [![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-222-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/) +//! [![Lines in Rust code](https://img.shields.io/badge/Lines_in_Rust-743-green.svg)](https://github.com/automation-tasks-rs/cargo-auto/) +//! [![Lines in Doc comments](https://img.shields.io/badge/Lines_in_Doc_comments-574-blue.svg)](https://github.com/automation-tasks-rs/cargo-auto/) +//! [![Lines in Comments](https://img.shields.io/badge/Lines_in_comments-105-purple.svg)](https://github.com/automation-tasks-rs/cargo-auto/) //! [![Lines in examples](https://img.shields.io/badge/Lines_in_examples-0-yellow.svg)](https://github.com/automation-tasks-rs/cargo-auto/) -//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-549-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/) +//! [![Lines in tests](https://img.shields.io/badge/Lines_in_tests-0-orange.svg)](https://github.com/automation-tasks-rs/cargo-auto/) //! //! Hashtags: #maintained #ready-for-use #rustlang #automation #workflow //! My projects on GitHub are more like a tutorial than a finished product: [bestia-dev tutorials](https://github.com/bestia-dev/tutorials_rust_wasm).