Releases: aquaproj/aqua
v0.1.0-3
Changelog
91ccad4 Merge pull request #43 from suzuki-shunsuke/fix/rename-add-to-install
1de331f fix: rename add command to install
82c8c7e Merge pull request #41 from suzuki-shunsuke/feat/parallel-install
2b430e3 fix: fix lint errors
d335d11 feat: support configuring max parallelism via the environment variable
1b87e69 feat: limit the maximum number of parallel install
9ffb4c1 feat: install packages in parallel
e4e06b7 Merge pull request #38 from suzuki-shunsuke/feat/parse-config-strictly
8b62b2a feat: parse configuration file in the strict mode
dcf1117 Merge pull request #36 from suzuki-shunsuke/feat/support-file-src-template
b891c93 feat: support using template in File.Src
84ce254 Merge pull request #35 from suzuki-shunsuke/feat/use-file-name-when-file-src-is-empty
88600ec feat: use File.Name if File.Src is empty
7cdb020 Merge pull request #33 from suzuki-shunsuke/feat/create-link-before-installing
4e2aee2 feat: create symbolic links before installing
d9beacb Merge pull request #32 from suzuki-shunsuke/fix/validate-github-token
c874db4 fix: check GITHUB_TOKEN in case of github_release
44655f9 Merge pull request #31 from suzuki-shunsuke/fix/fix-exec-command-find
165773e fix: fix exec command finding
729c221 Merge pull request #29 from suzuki-shunsuke/fix/fix-exec-path
1452c4b fix: fix executable command path
c64d381 Merge pull request #28 from suzuki-shunsuke/fix/validate
1dd88bb fix: add dive
6e9036e fix: validate config
aeab117 Merge pull request #27 from suzuki-shunsuke/docs/add-tutorial
493bf8b docs: add tutorial
v0.1.0-2
v0.1.0-1
v0.1.0-0
Changelog
5dc2a4b Merge pull request #17 from suzuki-shunsuke/feat/first-pr
e2626f7 fix: fix lint errors
5715c6f feat: use ldflags and add version command
181aa55 chore: fix .cmdx.yaml
e0431d0 docs: update README
3e1eca8 fix: fix bindir
84eee9d fix: fix aqua-proxy info
5ee68a4 fix: add Config.BinDir
6002576 chore: add goarch
72a1931 chore: ignore .aqua
0f81f7f ci: update Go and golangci-lint
052129e feat: install aqua-proxy automatically
42902cb fix: replace CUBE to AQUA
ba312f8 fix: rename cube to aqua
f56f549 feat: implement basic functions
2e86e08 Initial commit