Skip to content

Commit

Permalink
Merge pull request #26 from apainintheneck/cut-0.3.0-release
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
apainintheneck authored Dec 31, 2023
2 parents 6da9f3d + 2f0a45d commit 8e6d0e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [0.2.0]
## [0.3.0] 2023-12-30

- [PR 24](https://github.com/apainintheneck/atlasq/pull/24) Cache Data and Remove Most Runtime Dependencies

## [0.2.0] 2023-12-16

- [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.2.0)
atlasq (0.3.0)
tty-pager (~> 0.14)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ OPTIONS
: Display this page

-v/--version
: Display the version (0.2.0)
: Display the version (0.3.0)

-d/--debug
: Display debug output
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.2.0"
VERSION = "0.3.0"
end

0 comments on commit 8e6d0e8

Please sign in to comment.