Skip to content

Commit

Permalink
alexaka1.serilog.extensions.formatting@0.4.1 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Release <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 28, 2024
1 parent c82b2ca commit b91747b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/weak-pumpkins-breathe.md

This file was deleted.

6 changes: 6 additions & 0 deletions src/Serilog.Extensions.Formatting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# alexaka1.serilog.extensions.formatting

## 0.4.1

### Patch Changes

- c82b2ca: Increase performance by using a Utf8JsonWriter on a per thread basis, thus retaining the previous single-threaded performance.

## 0.4.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<PackageId>Alexaka1.Serilog.Extensions.Formatting</PackageId>
<Description>Serilog extensions for formatting</Description>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<Authors>Alex Martossy</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>serilog;json;utf8jsonwriter;system.text.json</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Extensions.Formatting/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "alexaka1.serilog.extensions.formatting",
"version": "0.4.0",
"version": "0.4.1",
"private": true
}

0 comments on commit b91747b

Please sign in to comment.