Skip to content

Commit 10f789a

Browse files
authored
python(chore): v0.6.2 prep (#228)
1 parent 250df69 commit 10f789a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [v0.6.2] - June 9, 2025
7+
- [Fixes bug in rosbags where nested arrays are not properly prefixed.](https://github.com/sift-stack/sift/pull/227)
8+
69
## [v0.6.1] - June 2, 2025
710
- [Retry on internal grpc errors](https://github.com/sift-stack/sift/pull/224)
811

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sift_stack_py"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Python client library for the Sift API"
55
requires-python = ">=3.8"
66
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)