Skip to content

Commit def2b4c

Browse files
committed
chore: update changelog, update to v0.1.1
1 parent 231adb6 commit def2b4c

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22

33
## [0.1.0] - 2025-11-06
44

5-
- Initial release
5+
- add Some class
6+
- add None class
7+
- add Ok class
8+
- add Err class
9+
10+
## [0.1.1] - 2025-11-09
11+
12+
- add type attr
13+
- add == func

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rs-result (0.1.0)
4+
rs-result (0.1.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/rs/result/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rs
44
module Result
5-
VERSION = "0.1.0"
5+
VERSION = "0.1.1"
66
end
77
end

0 commit comments

Comments
 (0)