Compare commits
3 Commits
26b882dd5c
...
d74470ae91
Author | SHA1 | Date | |
---|---|---|---|
|
d74470ae91 | ||
947e05e573 | |||
a720dedcf5 |
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.1] - 2024-12-22
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- fix cargo toml
|
||||||
|
|
||||||
## [0.2.0] - 2024-12-22
|
## [0.2.0] - 2024-12-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -159,7 +159,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kignore"
|
name = "kignore"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"console",
|
"console",
|
||||||
|
@ -3,4 +3,4 @@ members = ["crates/*"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
|
@ -3,10 +3,10 @@ name = "kignore"
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors = ["Kasper J. Hermansen <contact@kjuulh.io>"]
|
authors = ["Kasper J. Hermansen <contact@kjuulh.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "../../README.md"
|
||||||
keywords = ["git", "ignore", "clap", "interactive"]
|
keywords = ["git", "ignore", "clap", "interactive"]
|
||||||
repository = "https://github.com/kjuulh/gitignore"
|
repository = "https://git.front.kjuulh.io/kjuulh/gitignore"
|
||||||
documentation = "https://docs.rs/gitignore"
|
documentation = "https://docs.rs/kignore"
|
||||||
description = """
|
description = """
|
||||||
kignore is a tool for easily adding patterns to .gitignore and cleaning up afterwards
|
kignore is a tool for easily adding patterns to .gitignore and cleaning up afterwards
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user