Skip to content

Commit 6d2e6c3

Browse files
authored
chore: release v0.3.1 (#10)
1 parent bb458df commit 6d2e6c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [v0.3.1] - 2026-04-29
44

55
### Added
66
- **Raw scalar output**: `-r`, `--raw`, and `--raw-output` print selected scalar values without JSON quotes for shell pipelines.

jonq/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
VERSION = "0.3.0"
3+
VERSION = "0.3.1"
44
USER_AGENT = f"jonq/{VERSION}"
55

66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jonq"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Readable jq for JSON extraction and exploration"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)