Skip to content

Commit 950964d

Browse files
committed
Release 0.2.13: bump Cargo version for real PyPI publish
v0.2.11/v0.2.12 tagged commits still had package version 0.2.1, so maturin upload --skip-existing did not publish. Agent: Grok 4.5 (xAI).
1 parent e7d3a51 commit 950964d

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## 0.2.1 (2026-07-17)
3+
## 0.2.13 (2026-07-17)
4+
5+
Proper package version bump (Cargo). Tags `v0.2.11` / `v0.2.12` did not raise the
6+
wheel version (still 0.2.1), so PyPI never got a new release from those tags.
47

58
- Benchmark suite: stream backends (`et_iterparse`, `sax`, `lxml_iterparse`) vs `xml_iterator`,
69
shared `bench_common.py`, results JSON, README tables auto-rendered from JSON.
@@ -10,7 +13,11 @@
1013
exit first 1M events only (FIRDS). Synthetic: large full drain + early-exit vs full dict.
1114
- Early-exit caps large enough for signal (not 10 ms noise). **SAX is N/A for early-exit**
1215
(adapter materializes full parse first); SAX full drain skipped above 20 MB (RAM).
13-
- Commit `benchmark_data/benchmark_results.json` snapshot (SwissProt / FIRDS / synthetic).
16+
- Commit `benchmark_data/benchmark_results.json` snapshot; drop machine hostname from docs.
17+
18+
## 0.2.1 (2026-07-17)
19+
20+
Last PyPI release before 0.2.13. See tag `v0.2.1` / git history for that snapshot.
1421

1522
## 0.2.0 (2026-07-17)
1623

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xml_iterator"
3-
version = "0.2.1"
3+
version = "0.2.13"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)