Skip to content

Releases: AARCSX/AARCSX_Forge

v1.0.4

08 Jun 08:28

Choose a tag to compare

Changelog

  • 5dc8578 Remove broken embed directive, use programmatic scaffold generation (v1.0.4)
  • 5cf4669 feat(storage): implement StorageService for file uploads and downloads
  • b117460 refactor: remove GitHub releases template provider and related interface

v1.0.2

08 Jun 07:07

Choose a tag to compare

Changelog

  • 3199842 feat: update CLI version to 1.0.2
  • c41f525 feat: refactor project creation command to remove edition requirement and enhance template URL resolution test: add unit tests for template URL generation and deduplication chore: update CLI version to 1.0.1
  • 181983e docs: update README to clarify security features and installation instructions
  • 77e4ce3 chore: remove OSS vs Enterprise boundary document

v1.0.1

08 Jun 06:26

Choose a tag to compare

Changelog

  • cb3fd55 feat: switch to bufio reader for robust project setting inputs with default values
  • 8d2608b chore: add MIT license
  • fef4601 docs: write beautiful README outlining Forge CLI features

v1.0.0

07 Jun 18:01

Choose a tag to compare

Changelog

  • 171a8f5 feat: add GoReleaser workflow for automated release publishing
  • ddc0aa5 feat: initialize project structure with GoReleaser configuration and release CI/CD workflow
  • a20aa5b feat: implement Forge CLI scaffolding command and core backend infrastructure services
  • 2f80af4 feat: implement core architecture including identity, storage, observability, and tenant management services
  • bafc778 Add initial implementation of AARCSX Forge architecture with API and worker runtimes, configuration management, and foundational contracts for identity, notifications, observability, and storage.
  • f222c01 Add go.mod file for module definition and Go version
  • 41b56a7 Initial commit