Compare commits
3 Commits
8a4c9106f5
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| 433c336b26 | |||
| 4134c4dd7c | |||
| 67a0f5d1fc |
31
CHANGELOG.md
31
CHANGELOG.md
@@ -6,6 +6,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.6.0] - 2025-01-09
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- ignore git found
|
||||||
|
- enable commit bodies in changelog and fixes general warnings and updates (#49)
|
||||||
|
Allows commit bodies to show up in release notes, this is something I'd prefer as my releases are usually short, and I'd like to see these as I don't use pull requests as often, and often miss the context, as I don't link to commits currently.
|
||||||
|
|
||||||
|
Also fixes a lot of warnings and reintroduces failing tests, still not perfect, but better than before.
|
||||||
|
Co-authored-by: kjuulh <contact@kjuulh.io>
|
||||||
|
Co-committed-by: kjuulh <contact@kjuulh.io>
|
||||||
|
- removed tests for now
|
||||||
|
- update deps
|
||||||
|
- update
|
||||||
|
|
||||||
|
### Docs
|
||||||
|
- add simple docs
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- multi line commit bodies should be prefixed with correct amount of spaces
|
||||||
|
this allows multi line commit messages to be displayed in a nice manner
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- *(deps)* update rust crate serde to v1.0.217
|
||||||
|
- *(deps)* update rust crate serde to v1.0.216
|
||||||
|
- *(deps)* update rust crate tracing-subscriber to v0.3.19
|
||||||
|
- *(deps)* update rust crate tracing to v0.1.41
|
||||||
|
- *(deps)* update rust crate serde to v1.0.215
|
||||||
|
- *(deps)* update rust crate serde to v1.0.214
|
||||||
|
- *(deps)* update rust crate serde to v1.0.213
|
||||||
|
- *(deps)* update rust crate serde to v1.0.210
|
||||||
|
|
||||||
## [0.5.0] - 2024-04-09
|
## [0.5.0] - 2024-04-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
527
Cargo.lock
generated
527
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@ clap = { version = "4.5.23", features = ["derive", "env"] }
|
|||||||
dotenvy = { version = "0.15.7" }
|
dotenvy = { version = "0.15.7" }
|
||||||
url = { version = "2.5.0" }
|
url = { version = "2.5.0" }
|
||||||
serde_yaml = { version = "0.9.34+deprecated" }
|
serde_yaml = { version = "0.9.34+deprecated" }
|
||||||
yaml-rust2 = { version = "0.8.0" }
|
yaml-rust2 = { version = "0.10.0" }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
semver = "1.0.22"
|
semver = "1.0.22"
|
||||||
conventional_commit_parser = "0.9.4"
|
conventional_commit_parser = "0.9.4"
|
||||||
@@ -28,10 +28,10 @@ regex = "1.10.4"
|
|||||||
chrono = "0.4.37"
|
chrono = "0.4.37"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
parse-changelog = "0.6.6"
|
parse-changelog = "0.6.6"
|
||||||
toml_edit = "0.22.9"
|
toml_edit = "0.23.0"
|
||||||
|
|
||||||
tracing-test = "0.2"
|
tracing-test = "0.2"
|
||||||
pretty_assertions = "1.4"
|
pretty_assertions = "1.4"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user