Skip to content

taskporter v0.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 00:49
· 9 commits to main since this release

What's Changed

Welcome to this new release of Taskporter! 馃帀

Installation

Binary Downloads

Download the appropriate binary for your platform from the assets above.

Docker

docker pull ghcr.io/syndbg/taskporter:0.4.0
docker pull ghcr.io/syndbg/taskporter:latest

Linux Packages

  • Debian/Ubuntu: Download the .deb file and install with sudo dpkg -i taskporter_*.deb
  • Red Hat/CentOS: Download the .rpm file and install with sudo rpm -i taskporter_*.rpm
  • Alpine: Download the .apk file and install with sudo apk add --allow-untrusted taskporter_*.apk

Full Changelog: v0.3.0...0.4.0

Changelog

馃殌 Features

  • 1a6dbe2: feat(ci): workflow concurrency controls (@syndbg)
  • 961f24f: feat: add comprehensive golden file testing for converters (@syndbg)
  • 0b4bce9: feat: add comprehensive test data and tests for bidirectional language consistency (@syndbg)
  • bef38f4: feat: implement bidirectional language consistency for all supported languages (@syndbg)

馃悰 Bug fixes

馃Ч Chores