Skip to content

Releases: flockyn/hexyn-aws

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 05:24
v0.6.0
65c94e9

Changelog

Bug fixes

  • fix(tui): add window padding and soft-wrap long content

Refactor

  • refactor(awsx): format smithy API errors and use standard waitgroup

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 09:29
v0.5.0
2cfa98a

Changelog

Features

  • feat(config): INI config file with env-overridable repo-name prefixes
  • feat(secrets): reconcile path exports against the task definition
  • feat(tui): PUT confirmation, version label, pinned footer, settings
  • feat(tui): wrap long values in the PUT confirmation table

Bug fixes

  • fix(ssm): paginate GetByPath so exports include every parameter

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 02:58
v0.4.0
5059c42

Changelog

Features

  • feat(envfile): parse single- and multi-line JSON values

Others

  • docs(landing): show only the latest release in changelog

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:09
v0.3.0
2718052

Changelog

Features

  • feat(envfile): parse multi-line PEM values

Bug fixes

  • fix(tui): render empty output subdirectory as output/ not output//

Refactor

  • refactor(awsx): export SDK seam interfaces; simplify region listing

Others

  • build(make): install mockery; exclude non-product code from coverage
  • build(test): add testify and mockery with auto-discovery config
  • test(infra): add centralized mocks and shared fixtures

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 07:19
v0.2.1
c9a49de

Changelog

Bug fixes

  • fix(update): drop GITHUB_TOKEN requirement and handle permission errors

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 06:58
v0.2.0
7d27f8f

Changelog

Features

  • feat(website): redesign landing page with live changelog

Refactor

  • refactor: restructure into idiomatic package-by-feature architecture

Others

  • chore(install): drop GitHub token requirement for public repo

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 21:47
v0.1.0
f6a9517

Changelog

Features

  • feat(install): add cross-platform installation scripts
  • feat: implement self-update and refine TUI experience

Others

  • ci: add github actions and goreleaser integration
  • docs(website): add documentation and project metadata
  • docs(website): add landing page and visual assets
  • initial commit