Skip to content

Commit 1ba85ed

Browse files
authored
chore: release fluvio 0.17.1 (#4486)
* chore: add check wasm for fluvio-hub-util * chore: release fluvio 0.17.1
1 parent 21e8762 commit 1ba85ed

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ jobs:
268268
features: ""
269269
- crate: fluvio-types
270270
features: ""
271+
- crate: fluvio-hub-util
272+
features: ""
271273
env:
272274
RUST_BACKTRACE: full
273275
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

5+
## Platform Version 0.17.1 - 2025-04-03
6+
7+
### Fixed
8+
9+
* Compilation for hub utils for WASM ([#4485](https://github.com/infinyon/fluvio/issues/4485))
10+
511
## Platform Version 0.17.0 - 2025-04-02
612

713
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.0
1+
0.17.1

0 commit comments

Comments
 (0)