4 Commits

Author SHA1 Message Date
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: https://git.front.kjuulh.io/kjuulh/gitignore/pulls/83
2024-12-22 11:44:28 +01: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: https://git.front.kjuulh.io/kjuulh/gitignore/pulls/82
2024-12-22 11:42:52 +01:00
e370e4d282 feat: trigger commit
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-22 11:42:12 +01:00
3 changed files with 19 additions and 2 deletions

17
CHANGELOG.md Normal file
View File

@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.3] - 2024-12-22
### Other
- update cargo
## [0.1.2] - 2024-12-22
### Added
- trigger commit

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"