Skip to content

Commit 18c1b1d

Browse files
committed
release 0.15.0
1 parent a739325 commit 18c1b1d

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

CHANGELOG.md

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

66
- No changes yet.
77

8+
## Release 0.15.0
9+
10+
- Polish docs (automate page, with pinned colrev version; functional overview)
11+
- Extend tests (covering code in the paper; dist smoke test)
12+
- JSON: make `SearchQuery(query=...)` the (safer) default
13+
814
## Release 0.14.1
915

1016
- **Fix broken sdist**: caused wheels to ship without package code.

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.14.1
18-
date-released: 2026-01-28
17+
version: 0.15.0
18+
date-released: 2026-02-06
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.14.1"
3+
version = "0.15.0"
44
description = "Package for managing literature search queries."
55
authors = [
66
{ name = "Peter Eckhardt" },

release-checklist.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
- Check whether the tests pass locally (``pytest tests``).
1313
- Run `git push --atomic origin main $VERSION`.
1414

15-
- Create [new release on GitHub](https://github.com/CoLRev-Environment/search-query/releases/new)
16-
- Select new tag
17-
- Enter the release notes
18-
- Publish the release
19-
- The PyPI version is automatically published through a [github action](https://github.com/CoLRev-Environment/search-query/actions/workflows/publish.yml).
15+
Create [new release on GitHub](https://github.com/CoLRev-Environment/search-query/releases/new)
16+
17+
- Select new tag
18+
- Enter the release notes
19+
- Publish the release
20+
- The PyPI version is automatically published through a [github action](https://github.com/CoLRev-Environment/search-query/actions/workflows/publish.yml).

0 commit comments

Comments
 (0)