Skip to content

Releases: kolosys/timecapsule

v0.1.0

17 Aug 20:43

Choose a tag to compare

Changelog

  • 2f7e9bc Add HOMEBREW_TAP_DEPLOY_KEY to release workflow for enhanced deployment security
  • fb68958 Fix goreleaser builds
  • f6e7613 Implement initial version of go-timecapsule library with core features including time-locked value storage, retrieval, and metadata access. Add comprehensive tests, example usage, and CI/CD workflows for automated testing and release management.
  • 4849b74 Initial commit
  • e55c9b8 Refactor Example_delay function to TestDelayExample, updating it to use testify for assertions and improving test clarity.
  • b983c93 Refactor error handling in demo application to use fmt.Printf instead of log.Fatal, update golangci-lint configuration by removing shadowing check, and correct gosec installation path in dev script.
  • 14826fb Update CHANGELOG.md to reflect the initial release of the go-timecapsule library, including added features and enhancements, and adjust the release date to 2025-08-17.
  • b0172a4 Update example output times in Example_delay function to reflect new unlock times.
  • 946f5eb Update example output times in tests, refine CI workflow formatting, and enhance security scanning in dev script to fallback on golangci-lint if gosec installation fails.
  • c025375 Update goreleaser configuration to change commit author details, adjust directory naming, and add private key for Git repository access.
  • 321e2e6 Update release workflow to improve permissions and standardize string formatting