From 02876b17da872ce1ef37705ce0bfe0ccb956779f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Dec 2022 04:39:06 +0000 Subject: [PATCH] chore(release): 1.0.0-b.52 [skip ci] # [1.0.0-b.52](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.51...itk-wasm-v1.0.0-b.52) (2022-12-20) ### Features * **Python:** Add IO wrapping ([a0e6705](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/a0e6705f74941bc2d08f815d52157299e30c0b7a)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50267015..ffe7200c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ [itk-wasm](https://wasm.itk.org) combines [ITK](https://itk.org) and [WebAssembly](https://webassembly.org/) to enable high-performance, multi-dimensional spatial analysis and visualization. +# [1.0.0-b.52](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.51...itk-wasm-v1.0.0-b.52) (2022-12-20) + + +### Features + +* **Python:** Add IO wrapping ([a0e6705](https://github.com/InsightSoftwareConsortium/itk-wasm/commit/a0e6705f74941bc2d08f815d52157299e30c0b7a)) + # [1.0.0-b.51](https://github.com/InsightSoftwareConsortium/itk-wasm/compare/itk-wasm-v1.0.0-b.50...itk-wasm-v1.0.0-b.51) (2022-11-15)