Skip to content

Commit f6c00fd

Browse files
chore: release v0.1.1
1 parent f82c1fb commit f6c00fd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1](https://github.com/bbaldino/data-pipeline/compare/v0.1.0...v0.1.1) - 2024-12-24
11+
12+
### Other
13+
14+
- fix typo in README
15+
- impl filter trait for fnmut
16+
- release
17+
1018
## [0.1.0](https://github.com/bbaldino/data-pipeline/releases/tag/v0.1.0) - 2024-10-11
1119

1220
### Fixed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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 = "data-pipeline-rs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Data processing pipelines"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)