Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Releases: sushichan044/ajisai

v0.5.3

06 Jun 06:49
0850f12

Choose a tag to compare

Changelog

  • 45ad6c9 Revert "chore: bump version to 0.5.3"
  • 3829a05 build(deps): bump github.com/goccy/go-yaml from 1.17.1 to 1.18.0 (#78)
  • 6389351 build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 (#79)
  • 969d4f9 chore(internal): add XML Marshaling for Preset and Package (#76)
  • cbb59ad chore: bump version to 0.5.3
  • 1486d4f ci: continue only if PR found

Released by GoReleaser.

v0.5.2

26 May 13:44
677e867

Choose a tag to compare

Changelog

  • 44b2a85 build: version is wrong
  • ceb3faa chore: bump version to 0.5.2
  • 7a5b0ae fix: revision injection was broken due to entrypoint change (#72)
  • f9cf874 refactor: add config status enum for adding validation in the future (#71)

Released by GoReleaser.

v0.5.1

25 May 15:47
0574660

Choose a tag to compare

Changelog

  • 0574660 Release for v0.5.1 (#67)
  • 9220078 ai: add coverage instructions
  • 1f3ef45 build: move entrypoint to repository root (#69)
  • 13ec104 ci: early exit if no pr found
  • 44f3514 ci: format gotestsum result in github-actions format

Released by GoReleaser.

v0.5.0

24 May 03:45
c84690f

Choose a tag to compare

Changelog


Released by GoReleaser.

v0.4.4

23 May 09:03
7cb216a

Choose a tag to compare

Changelog


Released by GoReleaser.

v0.4.3

22 May 17:35
68c8d52

Choose a tag to compare

Changelog

  • c794209 chore: add mise hooks to auto-apply rules
  • 68c8d52 fix: stricter nil check in config serializer (#50)

Released by GoReleaser.

v0.4.2

21 May 16:03
6069ada

Choose a tag to compare

Changelog


Released by GoReleaser.

v0.4.1

20 May 13:43
64f60ea

Choose a tag to compare

Changelog

  • 64f60ea Merge pull request #39 from sushichan044/build/remove-replace-directive

Released by GoReleaser.

v0.4.0

20 May 13:30
f5cfbfc

Choose a tag to compare

Changelog

  • 217626b feat: re-write config manager to support multiple config files
  • bef1070 feat: support .yaml config files (#38)

Released by GoReleaser.

v0.3.0

20 May 04:39
b0a408a

Choose a tag to compare

Changelog

  • 1e4a184 Merge pull request #36 from sushichan044/feat/default-config-is-yaml
  • d1b3af4 Merge pull request #37 from sushichan044/docs/import-export
  • 6cd67c4 add caution (#30)
  • 78fa1da chore: clarify err message
  • 3751c32 chore: clarify package manifest load failure
  • fb64edd chore: rename
  • 3991a93 chore: rename json config into serializable config and add yaml tag
  • 54c2131 chore: tidy code (#34)
  • 7ce1b1d chore: wrap err
  • 74f3f33 feat!: drop json support
  • c61801a feat: rewrite and introduce package system (#32)
  • 9249cf3 feat: use yaml config by default
  • b44a751 perf: faster string operation
  • 2511d15 perf: specify size
  • 66cd26f refactor: bridge and repository responsibility (#27)
  • 2f66a3c refactor: exit in main
  • aa6affa refactor: naming conventions (#28)
  • 324e49e refactor: rearrange reusable logic (#26)
  • 37de8b1 refactor: tidy (#35)
  • 9b707eb refactor: use atomic file write (#33)

Released by GoReleaser.