Compare commits

..

3 Commits

Author SHA1 Message Date
cuddle-please
d8484ea2ca chore(release): 0.1.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-12-22 10:44:05 +00:00
6e4fa67778 chore: update cargo
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-22 11:43:37 +01:00
0a8d1105e5 chore(release): v0.1.2 (#82)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(release): 0.1.2

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #82
2024-12-22 11:42:52 +01:00
3 changed files with 7 additions and 2 deletions

View File

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

2
Cargo.lock generated
View File

@ -141,7 +141,7 @@ dependencies = [
[[package]]
name = "gitignore_inner"
version = "0.1.0"
version = "0.1.2"
dependencies = [
"clap",
"console",

View File

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