Skip to content

Commit

Permalink
[0.25.3] Introduce WriteMode::SupportCapture
Browse files Browse the repository at this point in the history
- Realizes #137
  • Loading branch information
emabee committed Mar 5, 2023
1 parent e344c57 commit 9a8df69
Show file tree
Hide file tree
Showing 14 changed files with 818 additions and 567 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"MD041": {
"level": 1
},
"MD013": {
"line_length": 100,
"heading_line_length": 300
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.25.3] - 2023-03-04

Introduce additional `WriteMode` variant `SupportCapture`.

## [0.25.2] - 2023-03-02

Replace dependency `atty` with `is-terminal`, due to
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 = "flexi_logger"
version = "0.25.2"
version = "0.25.3"
authors = ["emabee <meinolf.block@sap.com>"]
categories = ["development-tools::debugging"]
description = """
Expand Down
15 changes: 15 additions & 0 deletions src/.markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"MD041": {
"level": 2
},
"MD013": {
"line_length": 100,
"heading_line_length": 300
},
"MD033": {
"allowed_elements": [
"span",
"br"
]
}
}

0 comments on commit 9a8df69

Please sign in to comment.