Skip to content

Commit a3b8620

Browse files
authored
chore(main): release 0.6.0 (#19)
1 parent bc10f0b commit a3b8620

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/jamesmistry/breadlog/compare/v0.5.0...v0.6.0) (2024-12-10)
4+
5+
6+
### Features
7+
8+
* Store log references in structured fields ([74c50ae](https://github.com/jamesmistry/breadlog/commit/74c50ae2baf1ea95429c74b4f4d6ccb6f32d00e5))
9+
10+
11+
### Bug Fixes
12+
13+
* Improve documentation clarity ([482d4d4](https://github.com/jamesmistry/breadlog/commit/482d4d423067c6a11e949c3bc615d4fca799a81b))
14+
315
## [0.5.0](https://github.com/jamesmistry/breadlog/compare/v0.4.0...v0.5.0) (2024-09-19)
416

517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "breadlog"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)