Skip to content

Commit 1d8bac6

Browse files
committed
chore(release): v0.2.0
1 parent c2fdff5 commit 1d8bac6

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [PEP 440](https://peps.python.org/pep-0440/).
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2026-01-02
11+
1012
### Added
1113

1214
- `Table.from_records()` and `Table.from_file()` factory methods for convenient table initialization

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors:
1010
repository-code: "https://github.com/jsonlt/jsonlt-python"
1111
url: "https://jsonlt.org"
1212
license: MIT
13-
version: "0.1.0"
14-
date-released: "2025-12-31"
13+
version: "0.2.0"
14+
date-released: "2026-01-02"
1515
keywords:
1616
- jsonl
1717
- json-lines

pyproject.toml

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

55
[project]
66
name = "jsonlt-python"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Reference implementation of the JSONLT (JSON Lines Table) specification for Python."
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)