Skip to content

Commit bcce9b6

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.1...v1.1.0) (2025-12-06) ### Features * **cloud:** Improved cloud I/O read helpers, more to come soon; documentation, test, and linting cleanup ([ade9629](ade9629))
1 parent ade9629 commit bcce9b6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.0](https://github.com/nhubbard/ironbeam/compare/v1.0.1...v1.1.0) (2025-12-06)
2+
3+
### Features
4+
5+
* **cloud:** Improved cloud I/O read helpers, more to come soon; documentation, test, and linting cleanup ([ade9629](https://github.com/nhubbard/ironbeam/commit/ade96293759bd7918beaa0c2e4093f7dfca6cfa2))
6+
17
## [1.1.0](https://github.com/nhubbard/ironbeam/compare/v1.0.0...v1.0.1) (2025-11-27)
28

39
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironbeam"
3-
version = "1.1.1"
3+
version = "1.1.0"
44
edition = "2024"
55
license = "MIT"
66
description = "A batch processing clone of Apache Beam in Rust."

0 commit comments

Comments
 (0)