Skip to content

Commit aaa20da

Browse files
committed
chore(release): version 0.1.0
1 parent 9d5ba03 commit aaa20da

4 files changed

Lines changed: 7 additions & 4 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-05
11+
1012
First release, so this section describes what the driver offers rather than
1113
what changed.
1214

@@ -79,4 +81,5 @@ describes what was linked, including the bundled SQLite.
7981
- Linux has no setup dialog. unixODBC has no convention for a driver to display
8082
one, so a data source there is a section in `odbc.ini`.
8183

82-
[Unreleased]: https://github.com/stackabletech/stackable-odbc-sqlite/commits/HEAD
84+
[Unreleased]: https://github.com/stackabletech/stackable-odbc-sqlite/compare/v0.1.0...HEAD
85+
[0.1.0]: https://github.com/stackabletech/stackable-odbc-sqlite/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-sqlite"
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>"]

packaging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ cargo install cargo-auditable
206206
cargo auditable build --locked --release
207207
cargo auditable build --locked --release --target x86_64-pc-windows-gnu
208208

209-
VERSION=0.0.1 ./packaging/build-archives.sh
209+
VERSION=0.1.0 ./packaging/build-archives.sh
210210
```
211211

212212
That writes both archives, four SBOMs and `sha256sums.txt` to

0 commit comments

Comments
 (0)