File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 77class String
88 # @namespace
99 module Format
10- VERSION = "0.1 .0"
10+ VERSION = "0.2 .0"
1111 end
1212end
Original file line number Diff line number Diff line change @@ -14,8 +14,14 @@ Please see the [project documentation](https://socketry.github.io/string-format/
1414
1515Please see the [ project releases] ( https://socketry.github.io/string-format/releases/index ) for all releases.
1616
17+ ### v0.2.0
18+
19+ - ` String::Format.statistics ` takes pairs argument instead of keyword argument.
20+
1721### v0.1.0
1822
23+ - Initial release.
24+
1925## Contributing
2026
2127We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.2.0
44
55 - ` String::Format.statistics ` takes pairs argument instead of keyword argument.
66
You can’t perform that action at this time.
0 commit comments