Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmistry committed Apr 25, 2024
1 parent 8a3b494 commit 22c5d7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.0](https://github.com/jamesmistry/breadlog/compare/v0.3.1...v0.4.0) (2024-04-25)


### Features

* Add support for KVPs in Rust log macros ([cb3d535](https://github.com/jamesmistry/breadlog/commit/cb3d53512c0c707f61e084e718611b683aede370))
* Remove requirement for glibc ([8a3b494](https://github.com/jamesmistry/breadlog/commit/8a3b4945d73421236bb075d3f949d54552f7872e))

## [0.3.1](https://github.com/jamesmistry/breadlog/compare/v0.3.0...v0.3.1) (2024-03-07)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breadlog"
version = "0.3.1"
version = "0.4.0"
edition = "2021"

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

0 comments on commit 22c5d7b

Please sign in to comment.