Skip to content

Commit 07b220a

Browse files
author
Gerit Wagner
committed
release 0.14.0
1 parent 59a96b9 commit 07b220a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
- No changes yet.
77

8+
## Release 0.14.0
9+
10+
- **Documentation and demo notebook**: Revised the documentation and extended the demo notebook.
11+
- **Generic query syntax**: Make fields case insensitive.
12+
- **Linter message refinement**: Formatting (cli) and internal handling revised. `WOS_0005`deprecated.
13+
- **Extend `QueryErrorCode.JOURNAL_FILTER_IN_SUBQUERY`**: Added `ISSN` and `ISBN` fields.
14+
- **Dependency**: Removed `packaging` dependency.
15+
816
## Release 0.13.0
917

1018
- **Versioned platform architecture & upgrades**: Introduced version-aware parser registry that selects list or string parsers per platform version and defaults to the latest registered release. Auto-discovery for parser, serializer, and translator implementations. Added an upgrade pipeline that routes through the generic query as an intermediate representation, exposed through a new `upgrade` CLI subcommand.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ authors:
1414
- family-names: "Wagner"
1515
given-names: "Gerit"
1616
title: "Search-query: A Python package for queries in academic literature searches."
17-
version: 0.12.0
18-
date-released: 2025-09-18
17+
version: 0.14.0
18+
date-released: 2026-01-28
1919
url: "https://github.com/ColRev-Environment/search-query"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "search-query"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "Package for managing literature search queries."
55
authors = [
66
{ name = "Peter Eckhardt" },

0 commit comments

Comments
 (0)