Skip to content

Commit 449d8d1

Browse files
committed
Bump version to 0.3.0
1 parent 69df1cd commit 449d8d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
22

33
## Unreleased
44

5+
## 0.3.0 - 2023-08-03
6+
7+
* Add support for Ruby 3.x
8+
59
## 0.2.0 - 2020-09-16
610

711
* Make file access thread safe

lib/wordmap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Wordmap
2-
VERSION = '0.2.0'
2+
VERSION = '0.3.0'
33
end

0 commit comments

Comments
 (0)