Skip to content

Commit 84fb336

Browse files
Release for v0.1.1 (#52)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34c8980 commit 84fb336

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.1.1](https://github.com/sivchari/snowflake-emulator/compare/v0.1.0...v0.1.1) - 2026-02-27
9+
- docs: improve README with quick start, supported SQL, and CI usage by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/51
10+
- chore(deps): bump the rust-dependencies group with 3 updates by @dependabot[bot] in https://github.com/sivchari/snowflake-emulator/pull/50
11+
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/sivchari/snowflake-emulator/pull/49
12+
- chore(deps): bump chrono from 0.4.43 to 0.4.44 in the rust-dependencies group by @dependabot[bot] in https://github.com/sivchari/snowflake-emulator/pull/53
13+
814
## [v0.1.0](https://github.com/sivchari/snowflake-emulator/commits/v0.1.0) - 2026-02-17
915
- feat: setup by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/1
1016
- add gitkeep by @sivchari in https://github.com/sivchari/snowflake-emulator/pull/2

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Snowflake emulator CLI"
66

engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "engine"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Snowflake emulator core engine powered by DataFusion"
66

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "server"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Snowflake emulator HTTP server"
66

0 commit comments

Comments
 (0)