Skip to content

Commit 99eb56c

Browse files
committed
prepare v2.6.0
1 parent 9acf85c commit 99eb56c

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v2.6.0 (2026-03-23)
2+
===================
3+
4+
Internal Changes
5+
----------------
6+
7+
- Bump rust dependencies. (`#224 <https://github.com/sunpy/streamtracer/pull/224>`__)
8+
9+
110
2.5.0 (2025-09-01)
211
==================
312

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "streamtracer"
33
# rc versions in rust landhave the format x.y.z-rc.q
4-
version = "2.5.0"
4+
version = "2.6.0"
55
edition = "2021"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.14",
3131
"Topic :: Scientific/Engineering :: Physics",
3232
]
33-
version = "2.5.0"
33+
version = "2.6.0"
3434
dependencies = [
3535
"numpy>=1.26",
3636
"packaging>=21.3",

0 commit comments

Comments
 (0)