Compare commits

..

3 Commits

Author SHA1 Message Date
cuddle-please
5fcd9d86fe chore(release): 0.1.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-12-22 10:47:44 +00:00
f5ff75bfbe chore: update lock
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-22 11:47:12 +01:00
a34118b5e8 chore(release): v0.1.3 (#83)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(release): 0.1.3

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #83
2024-12-22 11:44:28 +01:00
3 changed files with 8 additions and 3 deletions

View File

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.4] - 2024-12-22
### Other
- update lock
## [0.1.3] - 2024-12-22
### Other

4
Cargo.lock generated
View File

@ -141,7 +141,7 @@ dependencies = [
[[package]]
name = "gitignore_inner"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"clap",
"console",
@ -170,7 +170,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]]
name = "kignore"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"eyre",
"gitignore_inner",

View File

@ -2,7 +2,7 @@
members = ["crates/gitignore_inner", "."]
[workspace.package]
version = "0.1.3"
version = "0.1.4"
[package]
name = "kignore"