diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bd614509..a70f2494 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Do not publish the repo to crates.io + hash: b187fbc65acb49e64255b79ee714939bb50d28c3 + body: | + The default is true. This prevents accidental publishing of the project + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 4.11.68 + title: "" + date: 2024-10-29T15:29:45.807Z - commits: - subject: Update Lock file maintenance hash: d01c16d7cce29da0b5c42e97b1910f32e39dcd29 diff --git a/CHANGELOG.md b/CHANGELOG.md index 50912d31..a4933a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v4.11.68 +## (2024-10-29) + +* Do not publish the repo to crates.io [Felipe Lalanne] + # v4.11.67 ## (2024-10-28) diff --git a/Cargo.lock b/Cargo.lock index a34a78a6..f89b61f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,7 +1134,7 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" [[package]] name = "wifi-connect" -version = "4.11.67" +version = "4.11.68" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 1bcb33ec..f5a2b331 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wifi-connect" -version = "4.11.67" +version = "4.11.68" authors = ["Zahari Petkov "] description = "Easy WiFi setup for Linux devices from your mobile phone or laptop" publish = false