Skip to content

Commit 5ff8147

Browse files
Release for v0.0.5 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1a8ebd6 commit 5ff8147

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v0.0.5](https://github.com/nnnkkk7/snowflake-emulator/compare/v0.0.4...v0.0.5) - 2026-01-02
4+
- docs: remove Snowflake SQL Functions Supported section by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/25
5+
36
## [v0.0.4](https://github.com/nnnkkk7/snowflake-emulator/compare/v0.0.3...v0.0.4) - 2026-01-02
47
- docs: update README with new features and examples by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/20
58
- test: add comprehensive SQL operations tests for integration and REST API by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/22

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const Version = "0.0.4"
3+
const Version = "0.0.5"

0 commit comments

Comments
 (0)