-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from apainintheneck/prep-for-v0.4.0
Set v0.4.0 everywhere
- Loading branch information
Showing
4 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
## [0.4.0] 2024-02-21 | ||
|
||
- Fix bug in data caching where cache files were read multiple times | ||
- Add languages command | ||
|
||
## [0.3.0] 2023-12-30 | ||
|
||
- [PR 24](https://github.com/apainintheneck/atlasq/pull/24) Cache Data and Remove Most Runtime Dependencies | ||
- 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 | ||
- Add partial matching support for countries and currencies | ||
- Add search index to speed up partial match searches by country name | ||
|
||
## [0.1.0] - 2023-11-19 | ||
|
||
- Initial release | ||
- Add countries command | ||
- Add regions command | ||
- Add money command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
atlasq (0.3.0) | ||
atlasq (0.4.0) | ||
tty-pager (~> 0.14) | ||
|
||
GEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module Atlasq | ||
VERSION = "0.3.0" | ||
VERSION = "0.4.0" | ||
end |