Released version 0.4.2. with minor improvements and compatibility for Python 10, 11, and 12.
Release 0.4.1 of pyEnigma (2023-09-21)
Fixed an issue with the rotor's logic.
https://todo.sr.ht/~cedric/pyenigma/4
Release 0.4.0 of pyEnigma (2020-05-17)
* new: display the rotor output state
[#1](https://todo.sr.ht/~cedric/pyenigma/1);
* fix: Rotor ROTOR_III_K name (was misspelled as ROTOR_II_K)
[1e682f93](https://git.sr.ht/~cedric/pyenigma/commit/1e682f93e92ad5864eecd6c2298279ab8a6d034d).
Release 0.3.0 of pyEnigma (2020-05-11)
* new: Ringstellung feature (a ring that shifts the letters on a given rotor);
* fix: Rotor IV name (was misspelled as VI);
* fix: allow en empty plugboard;
* fix: the rotor must not advance if the character is not a letter.
Thank you to [Rene Devichi](https://github.com/rene-d).
Release 0.2.4 of pyEnigma
Python minimal version is now 3.6.
Release 0.2.3 (2019-12-30)
fix command line interface.
Release 0.2.2 (2019-12-30)
pyEnigma is ready for use with poetry.