We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3b4c1 commit 8c28031Copy full SHA for 8c28031
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## [Unreleased]
2
3
+## [0.2.0] - 2025-03-28
4
+
5
+- Introduce (most of) Result and Option
6
+- Presence helpers which raise should have a bang on their name
7
+- [Dev, Test] - Replace rspec with yard-doctest
8
9
## [0.1.0] - 2025-02-27
10
-- Initial release
11
+- Initial release with some basic extensions for presence
lib/errgonomic/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Errgonomic
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
end
0 commit comments