Skip to content

Commit b91cec2

Browse files
release v3.20.3
1 parent bf7faf2 commit b91cec2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.20.3] - 2026-01-29
11+
12+
### Added
13+
- **Auto-quoting for non-simple field names in autocomplete** - Field names containing special characters are now automatically wrapped in quotes (thanks @thn929!)
14+
- Field names with spaces, hyphens, or other special characters are suggested as `.["field-name"]` instead of `.field-name`
15+
- Ensures syntactically valid jq queries when accepting autocomplete suggestions
16+
1017
## [3.20.2] - 2026-01-27
1118

1219
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jiq"
3-
version = "3.20.2"
3+
version = "3.20.3"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "Interactive JSON query tool with real-time output"

0 commit comments

Comments
 (0)