diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-29 14:15:25 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-29 14:15:25 +0000 |
| commit | 535be9c1c0a40fdeef9aa3ca84f90b01bc371a22 (patch) | |
| tree | 6b06044b75c0f0e7f044632dceaf4974aca9b7fa /Cargo.toml | |
| parent | df239f3536b08d295017f94d0a93c1c00a5039bc (diff) | |
chore: bump to v1.0.0v1.0.0
following semantic versioning, this release includes breaking changes
so it has a new major version
this is not reflection on its stability
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,8 +1,8 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "0.1.2" | 3 | version = "1.0.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "cli for code collaboration over nostr" | 5 | description = "cli for code collaboration over nostr with nip34 support" |
| 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] | 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] |
| 7 | readme = "README.md" | 7 | readme = "README.md" |
| 8 | homepage = "https://github.com/DanConwayDev/ngit-cli" | 8 | homepage = "https://github.com/DanConwayDev/ngit-cli" |