Releases: dbrattli/OSlash
Releases · dbrattli/OSlash
oslash: v2.0.0
2.0.0 (2025-11-17)
⚠ BREAKING CHANGES
- This release marks OSlash as stable with modern Python 3.12+ features, PEP 695 type parameters, and strict type checking. The minimum Python version is now 3.12.
Features
- release OSlash 1.0 stable (#39) (c48645f)
- Update the project to modern Python and tooling (#37) (0cdc34e)
Bug Fixes
- add pipe and sequencing operators to Maybe monad (#43) (d4a8c8b)
- Fix repr for Right and Left (dd395af)
- Fixes for list and removing type extensions (#42) (8aa7307)
- include LICENSE file in distribution (8fa0229)
Documentation
- update README badges and add 1.0 highlights (4d972aa)
v1.0.0 - First Stable Release
🎉 OSlash 1.0.0
First stable release with Python 3.12+ and modern tooling.
Full Changelog: v0.6.0...v1.0.0