From ba2ae42703f42d43dd1e890da319f1889902646b Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Sat, 6 Apr 2024 16:29:03 +0200 Subject: [PATCH] new: enabled quotes for strings by default (#187) --- Cargo.lock | 2 +- Cargo.toml | 2 +- etc/defaults/config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfeb4215..d7f0b083 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,7 +738,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hl" -version = "0.27.3-alpha.2" +version = "0.27.3-alpha.3" dependencies = [ "atoi", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 0476acbc..e5058039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities"] description = "Utility for viewing json-formatted log files." keywords = ["cli", "human", "log"] name = "hl" -version = "0.27.3-alpha.2" +version = "0.27.3-alpha.3" edition = "2021" build = "build.rs" diff --git a/etc/defaults/config.yaml b/etc/defaults/config.yaml index 3157444d..c7150a08 100644 --- a/etc/defaults/config.yaml +++ b/etc/defaults/config.yaml @@ -52,7 +52,7 @@ fields: # Formatting settings. formatting: - add-quotes: false + add-quotes: true punctuation: logger-name-separator: ':' field-key-value-separator: '='