Skip to content

Releases: dbrattli/OSlash

oslash: v2.0.0

17 Nov 00:04
f3ca337

Choose a tag to compare

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

16 Nov 23:35

Choose a tag to compare

🎉 OSlash 1.0.0

First stable release with Python 3.12+ and modern tooling.

Full Changelog: v0.6.0...v1.0.0

v0.6.3

12 Oct 20:49
2b865c7

Choose a tag to compare

Add infix version of map (#28)

v0.6.2

28 Sep 20:19
587a723

Choose a tag to compare

v0.6.2 Pre-release
Pre-release
Fix license classifier (#21)

v0.6.1

28 Sep 20:15
25b40b6

Choose a tag to compare

v0.6.1 Pre-release
Pre-release
Refactor IO actions (#20)