Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
26b882dd5c chore(release): 0.2.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-12-22 10:54:05 +00:00
4 changed files with 5 additions and 10 deletions

View File

@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.1] - 2024-12-22
### Other
- fix cargo toml
## [0.2.0] - 2024-12-22
### Added

2
Cargo.lock generated
View File

@ -159,7 +159,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]]
name = "kignore"
version = "0.2.0"
version = "0.1.3"
dependencies = [
"clap",
"console",

View File

@ -3,4 +3,4 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.2.1"
version = "0.2.0"

View File

@ -3,10 +3,10 @@ name = "kignore"
version.workspace = true
authors = ["Kasper J. Hermansen <contact@kjuulh.io>"]
license = "MIT"
readme = "../../README.md"
readme = "README.md"
keywords = ["git", "ignore", "clap", "interactive"]
repository = "https://git.front.kjuulh.io/kjuulh/gitignore"
documentation = "https://docs.rs/kignore"
repository = "https://github.com/kjuulh/gitignore"
documentation = "https://docs.rs/gitignore"
description = """
kignore is a tool for easily adding patterns to .gitignore and cleaning up afterwards
"""