Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [v0.3.4] - 2026-04-30

### Fixed
- **Query repair suggestions** now handle dotted string literals, sparse arrays, nested leaf matches, quoted special-character keys, `from` queries, expression fields, and selected aliases in `having` clauses.
Expand Down
2 changes: 1 addition & 1 deletion jonq/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

VERSION = "0.3.3"
VERSION = "0.3.4"
USER_AGENT = f"jonq/{VERSION}"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jonq"
version = "0.3.3"
version = "0.3.4"
description = "Readable jq for JSON extraction and exploration"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
Loading