Releases: lmtani/pumbaa
Releases · lmtani/pumbaa
v0.10.4
Changelog
- eb5b7fe build(CI): Update Go image
- eb02174 build(Go): Update to .22
- b3f9dd7 feat: Ignore gcs auth if no google sdk present
- a45e493 fix(build): Accept import duplications with same MD5
- 84f76be fix(build): Recursively find import statements
- a9c15f4 fix: Write build wdl even when no dependencies present
- 3ca3521 refactor(cli): Make inputs optional for submit command
- 9a170d9 refactor: Implement Ports and Adapters Pattern (#21)
- 801e5fa tests(wdlImports): Add some examples of importing subworkflows
v0.10.3
v0.10.2
Changelog
- 76717f3 build: create binary for arm architecture
- e0f1773 build: go releaser update
- 7b0973d build: remove windows
- 547a56a build: revert dist name
- 6a5cf42 fix: no default valur fo GCS
- 2eaeb43 refactor: better function name
- 3c322e0 refactor: change wget -> curl
- b6b3504 refactor: check if google credential are available
- a645482 refactor: create internal packages
- c97b239 refactor: do not raise exception if grep does not match
- 5d58058 refactor: error message if no binary available
- 955c36b refactor: project structure
- 4905f87 refactor: project structure
v0.10.1
Changelog
- 25913d1 Update README.md
- 13aadae build: make install script always download latest release
- b224a54 feat: output directory for release command
- 71fd011 fix: os.Rename does not work across different devices
- a181d50 refactor: accept some recomendations
- 028a1c3 refactor: do not exit app outside main
- c12353c refactor: remove unused variable
- b6d461e refactor: rename tool to pumbaa
v0.10.0
Changelog
- 2735fe1 Add .deepsource.toml
- 65996ee Update install.sh
- fdbd823 Update install.sh
- 658638e build: include version, date and git hash
- 19f8d5f build: new go version
- eedbe54 build: update dependencies
- f1eee01 build: update go version (#15)
- a98094f build: update goreleaser
- 1f7fe46 feat: create .zip and modify imports to release WDL (#20)
- 1d2369e feat: start a local Cromwell server with default configs (#18)
- be976a6 fix: more typos
- 1170c7e fix: typo
- 794af61 fix: typos and deprecated ioutil.ReadFile (#16)
- d69f387 refactor(wip): separate promptui
- 5cb7fac refactor: changes in cli setup and promptui tests
- 1568f14 refactor: go import and random.Seed
- d3a678c refactor: remove unecessary struct and add default template option
- b089723 refactor: remove unecessary struct and add default template option
- 3eb5f4d refactor: separe promptui from commands
- 1eae4ff refactor: simplify code for prompt
- a12234f refactor: simplify cost calculation
- 59492b1 refactor: split into separate functions (#17)
- 8d606b2 refactor: use pointer and fix ParseFloat bitSize parameter
- 4f7bec1 tests: fix
v0.9.2
v0.9.1
v0.9
Changelog
- bd4d530 Update install.sh
- fd50b4e ♻️ Add google/go-querystring module
- f677b82 ♻️ Keep main clean and minor improvements (#13)
- 51332a1 ♻️ Move out cost calculation from the client
- 524315d 🎨Show better table for the metadata command (#14)
- a3e2be5 🐛 Show all custom options used by the workflow
- 7f522fd 📝 Simplify README
- 6fd5d97 📝 add usage description for commands
- 180180b 📝 change default branch to 'main'