All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2023-02-26
- Lift restriction on required Ruby version to
< 3.1
.
- Solve
Psych::DisallowedClass
for ruby>= 3.1
by explicitly allowingRegexp
class.
0.1.4 - 2023-02-26
- Bound Ruby version to
< 3.1
to avoid confusingPsych::DisallowedClass
.