Skip to content

Commit 23c9244

Browse files
committed
chore(release): version 0.1.0
1 parent d02f5bd commit 23c9244

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0] — 2026-08-04
11+
1012
First release, so this section describes what the crate offers rather than what
1113
changed.
1214

@@ -136,4 +138,5 @@ boundary is itself undefined behaviour.
136138
- Core ships no `Prompter` implementation, because any one it could offer needs
137139
a browser or a window system a database-independent crate cannot choose.
138140

139-
[Unreleased]: https://github.com/stackabletech/stackable-odbc-core/commits/HEAD
141+
[Unreleased]: https://github.com/stackabletech/stackable-odbc-core/compare/v0.1.0...HEAD
142+
[0.1.0]: https://github.com/stackabletech/stackable-odbc-core/releases/tag/v0.1.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-odbc-core"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2024"
55
rust-version = "1.95.0"
66
authors = ["Stackable GmbH <info@stackable.tech>"]

0 commit comments

Comments
 (0)