Skip to content

Commit dc5c912

Browse files
committed
build: publish v1.0.0
1 parent d22030e commit dc5c912

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "todoctor"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55

66
[dependencies]

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33

4+
## v1.0.0
5+
6+
[compare changes](https://github.com/azat-io/todoctor/compare/v0.2.0...v1.0.0)
7+
8+
### 🔥 Stable Release
9+
410
## v0.2.0
511

612
[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.12...v0.2.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "todoctor",
33
"description": "CLI tool to track and visualize TODO comments in Git repositories",
44
"type": "module",
5-
"version": "0.2.0",
5+
"version": "1.0.0",
66
"repository": "azat-io/todoctor",
77
"author": "Azat S. <to@azat.io>",
88
"license": "MIT",

0 commit comments

Comments
 (0)