--- category: '' date: '2024-06-09T16:06:36Z' description: '' link: '' slug: '' tags: croupier, crystal, programming title: v0.5.1 type: text ---
A new release of Croupier my Crystal library for tasks and dataflow programming is out!
Croupier::Task.new output: "fileA", inputs: ["input.txt"] do
  puts "task1 running"
  File.read("input.txt").downcase
end

Full Changelog: v0.5.0...v0.5.1