chore(release): 0.6.0
This commit is contained in:
parent
e7fdc1813a
commit
06fc1904ae
26
CHANGELOG.md
26
CHANGELOG.md
@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.6.0] - 2025-01-09
|
||||
|
||||
### Added
|
||||
- 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
|
||||
|
||||
### 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
|
||||
|
||||
### Added
|
||||
|
@ -34,4 +34,4 @@ tracing-test = "0.2"
|
||||
pretty_assertions = "1.4"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
Loading…
Reference in New Issue
Block a user