Skip to content

Commit 6fbb6d5

Browse files
committed
release: bump version to 0.1.2
- Update Cargo.toml version to 0.1.2 - Add changelog entry for version display fix
1 parent b6cf1cd commit 6fbb6d5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.2] - 2025-10-27
11+
12+
### Fixed
13+
- Fixed CLI version display to dynamically read from Cargo.toml instead of hardcoded value
14+
1015
## [0.1.1] - 2025-10-27
1116

1217
### Fixed

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 = "libdplyr"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["libdplyr contributors"]
66
description = "A Rust-based transpiler that converts R dplyr syntax to SQL queries"

0 commit comments

Comments
 (0)