Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apainintheneck committed Dec 17, 2023
1 parent cae1706 commit 7cc38ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased]
## [0.2.0]

- [PR 15](https://github.com/apainintheneck/atlasq/pull/15) Add partial matching support for countries and currencies
- [PR 21](https://github.com/apainintheneck/atlasq/pull/21) Add search index to speed up partial match searches by country name
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
atlasq (0.1.0)
atlasq (0.2.0)
countries (~> 5.7)
iso-639 (~> 0.3)
money (~> 6.9)
Expand Down
2 changes: 1 addition & 1 deletion lib/atlasq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Atlasq
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit 7cc38ad

Please sign in to comment.