Skip to content

Commit 5fc08ab

Browse files
Release for v0.0.8 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f759213 commit 5fc08ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [v0.0.8](https://github.com/nnnkkk7/snowflake-emulator/compare/v0.0.7...v0.0.8) - 2026-01-06
4+
- refactor: update comments and test names for clarity and consistency by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/39
5+
- docs: add Go gopher design attribution by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/41
6+
37
## [v0.0.7](https://github.com/nnnkkk7/snowflake-emulator/compare/v0.0.6...v0.0.7) - 2026-01-05
48
- docs: update README.md to enhance clarity and structure by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/36
59
- ci: fix release workflow by @nnnkkk7 in https://github.com/nnnkkk7/snowflake-emulator/pull/38

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

0 commit comments

Comments
 (0)