Skip to content

Commit

Permalink
Bump version to 2.8.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Techcable committed Jan 5, 2024
1 parent 4cb76e1 commit ec69cb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### 2.8.0-beta.2 - 2024-01-05

* Add `ErrorRef` wrapper to enable logging error references (PR #327)
* The `#` error formatter in macros was updated to automatically select `ErrorValue` or `ErrorRef` (PR #328)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slog"
version = "2.8.0-beta.1"
version = "2.8.0-beta.2"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Structured, extensible, composable logging for Rust"
keywords = ["log", "logging", "structured", "hierarchical"]
Expand Down

0 comments on commit ec69cb0

Please sign in to comment.