Skip to content

Commit 35dbe10

Browse files
chore(release): 0.4.1
## [0.4.1](v0.4.0...v0.4.1) (2026-01-27) ### Bug Fixes * **simplestorage:** use lower helper for safe pointer dereferencing ([#21](#21)) ([90c85ab](90c85ab)) Signed-off-by: Tigris Data <social@tigrisdata.com>
1 parent 90c85ab commit 35dbe10

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.4.1](https://github.com/tigrisdata/storage-go/compare/v0.4.0...v0.4.1) (2026-01-27)
2+
3+
### Bug Fixes
4+
5+
- **simplestorage:** use lower helper for safe pointer dereferencing ([#21](https://github.com/tigrisdata/storage-go/issues/21)) ([90c85ab](https://github.com/tigrisdata/storage-go/commit/90c85aba5209b5c2530cdd109cbce73528a71126))
6+
17
# [0.4.0](https://github.com/tigrisdata/storage-go/compare/v0.3.0...v0.4.0) (2026-01-26)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tigrisdata/storage-go",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "The Tigris Go SDK!",
55
"homepage": "https://github.com/tigrisdata/storage-go#readme",
66
"bugs": {

0 commit comments

Comments
 (0)