Skip to content

Commit 53d9962

Browse files
Release for v0.0.4 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2648b0 commit 53d9962

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [v0.0.4](https://github.com/nnnkkk7/snowflake-emulator/compare/v0.0.3...v0.0.4) - 2026-01-02
4+
- docs: update README with new features and examples by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/20
5+
- test: add comprehensive SQL operations tests for integration and REST API by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/22
6+
- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/24
7+
38
## [v0.0.3](https://github.com/nnnkkk7/snowflake-emulator/compare/v0.0.2...v0.0.3) - 2026-01-02
49
- chore: refine GoReleaser configuration for native builds and clarify installation instructions by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/16
510
- chore: improve dockerfile for security and performance by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/18

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.3"
3+
const Version = "0.0.4"

0 commit comments

Comments
 (0)