---
category: ''
date: '2023-06-22T16:49:37Z'
description: ''
link: ''
slug: ''
tags: croupier, crystal, programming
title: Croupier version v0.2.2 is out
type: text
---
A new
release
of
Croupier
my
Crystal library for tasks and
dataflow programming is out!
- Tasks without inputs should be treated like always_run tasks
(found via bug in Hacé)
- Tasks without inputs and multiple outputs should not run twice
(found via bug in Hacé)
- Made TaskManager an instance of a struct, and lost all the
class variables, simplifying code.
- Removed some small methods from TaskManager.