Releases: palantir/godel
Releases · palantir/godel
v2.22.6
Type |
Description |
Link |
Fix |
Always output newlines after progress
Explicitly set the return symbol for progress bars so that returns and newlines are always added, even when not in terminal mode.
Also changes splitting logic to only split on "\r" and "\n" rather than on all Unicode line break characters. |
#505 |
v2.22.5
Type |
Description |
Link |
Fix |
Include quoted output in parse error
If parsing parts fails, output quoted version of input. |
#504 |
v2.22.4
Type |
Description |
Link |
Fix |
Handle unicode line breaks when determining version
Map all unicode line break runes to "\n" before splitting on newlines. Fixes an issue where the version output would sometimes not be parsed properly due to unicode linebreaks being used. |
#503 |
v2.22.3
Type |
Description |
Link |
Fix |
Use github.com/palantir/godel/pkg/products/v2 module |
#500 |
Fix |
Fix: update okgo assets for Go 1.14 |
#502 |
v2.22.2
Type |
Description |
Link |
Fix |
Empty commit to allow release to fix tag issue |
#499 |
v2.22.1
Type |
Description |
Link |
Fix |
Update github.com/mholt/archiver module dependency |
#481 |
Fix |
Update github.com/nmiyake/pkg module dependencies |
#483 |
Fix |
Update github.com/google/go-github module dependency |
#484 |
Fix |
Update pb module dependency |
#485 |
Fix |
Update github.com/spf13/cobra module dependency |
#486 |
pkg/products/v2.0.0
- Tag release of pkg/products module
v2.22.0
Type |
Description |
Link |
Feature |
Update module version to v2 |
#480 |
v2.21.0
- Update distgo plugin to v1.19.0 (#476)
- Use Go modules (#477)
v2.20.0
- Updates
godel-format-asset-ptimports
to 1.4.0