Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia.dev committed Mar 30, 2024
1 parent 48d40be commit 1c44c3f
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 16 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.329.2014"
version = "2024.330.139"
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.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
***version: 2024.330.139 date: 2024-03-30 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: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The TODO section is part of the [README.md](https://github.com/automation-tasks-

## Unreleased

- 2.0.8

## Version 2024.329.2014 (2024-03-29)

- cargo_auto_lib = 2.0.6
Expand Down
4 changes: 2 additions & 2 deletions automation_tasks_rs/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 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.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.330.139 date: 2024-03-30 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.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.330.139 date: 2024-03-30 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_auto_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ description = "cargo auto - automation tasks written in Rust language"
publish = false
[dependencies]
cargo_auto_lib = "2.0.6""###,
cargo_auto_lib = "2.0.8""###,
});
vec_file.push(crate::FileItem{
file_name :"README.md",
Expand Down
4 changes: 2 additions & 2 deletions src/template_new_cli_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ description = "cargo auto - automation tasks written in Rust language"
publish = false
[dependencies]
cargo_auto_lib = "2.0.6""###,
cargo_auto_lib = "2.0.8""###,
});
vec_file.push(crate::FileItem {
file_name: "automation_tasks_rs/Cargo.lock",
Expand Down Expand Up @@ -2462,7 +2462,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.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.330.139 date: 2024-03-30 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
6 changes: 3 additions & 3 deletions src/template_new_pwa_wasm_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ description = "cargo auto - automation tasks written in Rust language"
publish = false

[dependencies]
cargo_auto_lib = "2.0.6""###,
cargo_auto_lib = "2.0.8""###,
});
vec_file.push(crate::FileItem {
file_name: "automation_tasks_rs/Cargo.lock",
Expand Down Expand Up @@ -3048,7 +3048,7 @@ pub const RESET: &str = "\x1b[0m";
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.330.139 date: 2024-03-30 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 @@ -3430,7 +3430,7 @@ jobs:
// but the new service worker will not be activated until all
// tabs with this webapp are closed.

const CACHE_NAME = '2024.328.526';
const CACHE_NAME = '2024.329.2014';

self.addEventListener('install', event => {
console.log('event install ', CACHE_NAME);
Expand Down
4 changes: 2 additions & 2 deletions src/template_new_wasm_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ description = "cargo auto - automation tasks written in Rust language"
publish = false
[dependencies]
cargo_auto_lib = "2.0.6""###,
cargo_auto_lib = "2.0.8""###,
});
vec_file.push(crate::FileItem {
file_name: "automation_tasks_rs/Cargo.lock",
Expand Down Expand Up @@ -2755,7 +2755,7 @@ pub const RESET: &str = "\x1b[0m";
//! # cargo-auto
//!
//! **Automation tasks coded in Rust language for the workflow of Rust projects**
//! ***version: 2024.329.2014 date: 2024-03-29 author: [bestia.dev](https://bestia.dev) repository: [GitHub](https://github.com/automation-tasks-rs/cargo-auto)***
//! ***version: 2024.330.139 date: 2024-03-30 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.329.2014';
const CACHE_NAME = '2024.330.139';

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

0 comments on commit 1c44c3f

Please sign in to comment.