Skip to content

Commit bb4d08b

Browse files
committed
Bump minor version.
1 parent 45c2051 commit bb4d08b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

lib/string/format/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
class String
88
# @namespace
99
module Format
10-
VERSION = "0.1.0"
10+
VERSION = "0.2.0"
1111
end
1212
end

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ Please see the [project documentation](https://socketry.github.io/string-format/
1414

1515
Please 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

2127
We welcome contributions to this project.

releases.md

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

3-
## Unreleased
3+
## v0.2.0
44

55
- `String::Format.statistics` takes pairs argument instead of keyword argument.
66

0 commit comments

Comments
 (0)