Skip to content

Commit 8d4eeed

Browse files
Release for v0.0.3 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fefd1c4 commit 8d4eeed

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.3](https://github.com/nnnkkk7/snowflake-emulator/compare/v0.0.2...v0.0.3) - 2026-01-02
4+
- chore: refine GoReleaser configuration for native builds and clarify installation instructions by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/16
5+
- chore: improve dockerfile for security and performance by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/18
6+
- docs: remove architecture and layer design sections by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/19
7+
38
## [v0.0.2](https://github.com/nnnkkk7/snowflake-emulator/compare/v0.0.1...v0.0.2) - 2025-12-31
49
- feat: add Renovate configuration for dependency management by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/4
510
- ci: remove unnecessary by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/6

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

0 commit comments

Comments
 (0)