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 69df1cd commit 449d8d1Copy full SHA for 449d8d1
CHANGELOG.md
@@ -2,6 +2,10 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2
3
## Unreleased
4
5
+## 0.3.0 - 2023-08-03
6
+
7
+* Add support for Ruby 3.x
8
9
## 0.2.0 - 2020-09-16
10
11
* Make file access thread safe
lib/wordmap/version.rb
@@ -1,3 +1,3 @@
1
class Wordmap
- VERSION = '0.2.0'
+ VERSION = '0.3.0'
end
0 commit comments