From dc5c912e5294e98e53e4b54a99a6ec2272f89391 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Thu, 24 Oct 2024 13:42:39 +0300 Subject: [PATCH] build: publish v1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 6 ++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22d3483..914b643 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1646,7 +1646,7 @@ dependencies = [ [[package]] name = "todoctor" -version = "0.1.0" +version = "1.0.0" dependencies = [ "chrono", "clap 4.5.20", diff --git a/Cargo.toml b/Cargo.toml index 3d1142f..a155176 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "todoctor" -version = "0.1.0" +version = "1.0.0" edition = "2021" [dependencies] diff --git a/changelog.md b/changelog.md index 6a0cea1..0ceea59 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ # Changelog +## v1.0.0 + +[compare changes](https://github.com/azat-io/todoctor/compare/v0.2.0...v1.0.0) + +### 🔥 Stable Release + ## v0.2.0 [compare changes](https://github.com/azat-io/todoctor/compare/v0.1.12...v0.2.0) diff --git a/package.json b/package.json index afe2765..2171093 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "todoctor", "description": "CLI tool to track and visualize TODO comments in Git repositories", "type": "module", - "version": "0.2.0", + "version": "1.0.0", "repository": "azat-io/todoctor", "author": "Azat S. ", "license": "MIT",