Skip to content

Commit cd79adc

Browse files
authored
Bump to v2.2.1 (#998)
* Update HISTORY.md * Bump version: 2.2.0 → 2.2.1
1 parent 9460324 commit cd79adc

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.0
2+
current_version = 2.2.1
33
files = strax/__init__.py docs/source/conf.py
44
commit = True
55
tag = True

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.2.1 / 2025-07-18
2+
---------------------
3+
* Check the `data_type` of returned chunk of plugin by @dachengx in https://github.com/AxFoundation/strax/pull/995
4+
* Topological level and shortest dependency path of dependency tree (directed acyclic graph) by @dachengx in https://github.com/AxFoundation/strax/pull/996
5+
* Do not assign `_multi_output_topics` when the topic is from a loader by @dachengx in https://github.com/AxFoundation/strax/pull/997
6+
7+
**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.2.0...v2.2.1
8+
9+
10+
111
2.2.0 / 2025-05-16
212
---------------------
313
* Fix a corner case where the chunk size is zero by @dachengx in https://github.com/AxFoundation/strax/pull/988

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = "2.2.0"
69+
version = "2.2.1"
7070
# The full version, including alpha/beta/rc tags.
71-
release = "2.2.0"
71+
release = "2.2.1"
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "strax"
4-
version = "2.2.0"
4+
version = "2.2.1"
55
description = "Streaming analysis for xenon TPCs"
66
readme = "README.md"
77
authors = [

strax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = "2.2.0"
2+
__version__ = "2.2.1"
33

44
# Glue the package together
55
# See https://www.youtube.com/watch?v=0oTh1CXRaQ0 if this confuses you

0 commit comments

Comments
 (0)