Skip to content

Commit 42faf3b

Browse files
authored
Bump python library to 0.1 (#26)
1 parent 86c9111 commit 42faf3b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.1.0] - 2024-10-21
4+
5+
- Initial release.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

object-store-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object-store-rs"
3-
version = "0.1.0-beta.1"
3+
version = "0.1.0"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "Core library for representing Arrow data in Python."

0 commit comments

Comments
 (0)