Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim committed Aug 4, 2023
1 parent 69df1cd commit 449d8d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.3.0 - 2023-08-03

* Add support for Ruby 3.x

## 0.2.0 - 2020-09-16

* Make file access thread safe
2 changes: 1 addition & 1 deletion lib/wordmap/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Wordmap
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 449d8d1

Please sign in to comment.