Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia.dev committed Apr 19, 2024
1 parent 6173949 commit 3430e3f
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 46 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 = "cargo-auto"
version = "2024.419.1740"
version = "2024.419.1816"
authors = ["bestia.dev"]
homepage = "https://bestia.dev"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[//]: # (auto_cargo_toml_to_md start)

**Automation tasks coded in Rust language for the workflow of Rust projects**
***version: 2024.419.1740 date: 2024-04-19 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
***version: 2024.419.1816 date: 2024-04-19 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)
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The TODO section is part of the [README.md](https://github.com/automation-tasks-

- 1.1.2

## Version 2024.419.1740 (2024-04-19)

- 1.1.2

- 1.1.2

## Version 2024.419.1726 (2024-04-19)
Expand Down
35 changes: 2 additions & 33 deletions automation_tasks_rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions automation_tasks_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description = "Automation tasks coded in Rust language for the workflow of Rust
publish = false

[dependencies]# the dependency to crates.io must be set for the GitHub action to succeed.
# cargo_auto_lib = "2.3.8"
cargo_auto_lib = {path="../../cargo_auto_lib"}
cargo_auto_lib = "2.3.8"
# cargo_auto_lib = {path="../../cargo_auto_lib"}

cargo_auto_github_lib = "1.1.2"
cargo_auto_encrypt_secret_lib = "1.0.7"
Expand Down
1 change: 0 additions & 1 deletion automation_tasks_rs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ fn task_commit_and_push(arg_2: Option<String>) {

cl::add_message_to_unreleased(&message);
// the real commit of code
dbg!("ShellCommandLimitedDoubleQuotesSanitizer");
cl::ShellCommandLimitedDoubleQuotesSanitizer::new(r#"git add -A && git diff --staged --quiet || git commit -m "{message_sanitized_for_double_quote}" "#).unwrap_or_else(|e| panic!("{e}"))
.arg("{message_sanitized_for_double_quote}", &message).unwrap_or_else(|e| panic!("{e}"))
.run().unwrap_or_else(|e| panic!("{e}"));
Expand Down
2 changes: 1 addition & 1 deletion src/bin/cargo-auto/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.419.1740 date: 2024-04-19 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.419.1816 date: 2024-04-19 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)
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.419.1740 date: 2024-04-19 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.419.1816 date: 2024-04-19 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)
Expand Down
2 changes: 1 addition & 1 deletion src/template_new_cli_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ fn upper_greet_name(greet_name: &str) -> anyhow::Result<()> {
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.419.1740 date: 2024-04-19 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.419.1816 date: 2024-04-19 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)
Expand Down
4 changes: 2 additions & 2 deletions src/template_new_pwa_wasm_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ pub const RESET: &str = "\x1b[0m";
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.419.1740 date: 2024-04-19 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.419.1816 date: 2024-04-19 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)
Expand Down Expand Up @@ -2392,7 +2392,7 @@ jobs:
// but the new service worker will not be activated until all
// tabs with this webapp are closed.

const CACHE_NAME = '2024.419.1726';
const CACHE_NAME = '2024.419.1740';

self.addEventListener('install', event => {
console.log('event install ', CACHE_NAME);
Expand Down
2 changes: 1 addition & 1 deletion src/template_new_wasm_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ pub const RESET: &str = "\x1b[0m";
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.419.1740 date: 2024-04-19 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.419.1816 date: 2024-04-19 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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// but the new service worker will not be activated until all
// tabs with this webapp are closed.

const CACHE_NAME = '2024.419.1740';
const CACHE_NAME = '2024.419.1816';

self.addEventListener('install', event => {
console.log('event install ', CACHE_NAME);
Expand Down

0 comments on commit 3430e3f

Please sign in to comment.