Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 May 01:16
· 18 commits to main since this release
Immutable release. Only release title and notes can be modified.
340a73a

Changelog

  • fa71889 Add development manual
  • f161fbf Add rules
  • 72668c1 Changed the code so that defer os.RemoveAll(tmpDir) is not executed unconditionally.
  • 9b6e8cf FIx - fmt.Errorf with a non-literal format string, Awkward UX
  • 8151aba Fix ordering bug: partial state on failure, and cross-filesystem rename can fail
  • aa7c7bf Fix to only run for PRs created by repository collaborators to prevent abuse
  • ce60f2a Fixed to check env existence in ReadCurrent
  • 6cb8c4d Initial commit
  • 3269c17 Merge branch 'main' into mvp_impl
  • f83d040 Merge pull request #1 from yokawasa/add-claude-ci
  • d337c2f Merge pull request #2 from yokawasa/mvp_impl
  • 340a73a Merge pull request #3 from yokawasa/add-release-ci
  • d91d03c add and update implementaion
  • 63bdf67 add dotenvx install instruction
  • 51ea88f add release CI and update cli
  • de50d98 add short description
  • a38dbab changed go 1.21.1 -> go 1.21
  • 1a194ea fix single quote issue on Windows + shell metachar expansion issue
  • fba57f2 fixed - dotenvx's stderr is dropped when verbose is false
  • 4ddc859 initial commit
  • ab9e5d3 initial commit
  • 4dc34ee initial commit
  • 18485cd initial commit
  • e3ec9c2 remove --no-ops flag to avoid compatibility issues
  • a3ca13a rename envx to dtx
  • ccfe939 test(cli): Expands test coverage for error cases of CLI commands.
  • 580145d update How to integrate with shell
  • 3615f68 update how to manage private keys