forked from thecodecrate/city-state
-
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.
build(release): bump version to v1.0.1-20220102
- Loading branch information
Showing
6 changed files
with
33 additions
and
4 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,5 +1,11 @@ | ||
# Changelog | ||
|
||
## v1.0.1-20220102 - Danilo Carolino (@danilogco) | ||
|
||
Fixes | ||
|
||
* Remove additional quotes from records from location bases. | ||
|
||
## v1.0.0-20220102 - Danilo Carolino (@danilogco) | ||
|
||
* Initial release |
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: | ||
geo-regions (1.0.0) | ||
geo-regions (1.0.1) | ||
ruby-enum (~> 0.9) | ||
rubyzip (~> 2.3) | ||
zip (~> 2.0) | ||
|
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
The versions below are currently being supported by members of the organization with security updates: | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 1.0.x | :white_check_mark: | | ||
| < 1.0.x | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
You can report bugs and vulnerabilities found in this project through the [Issue section on GitHub itself](https://github.com/dcotecnologia/geo-regions/issues). | ||
and we will respond as soon as possible. If you want to contribute pushing a code, we suggest that you take a look first to the [CONTRIBUTING.md](CONTRIBUTING.md) file. |
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 GR | ||
VERSION = "1.0.0" | ||
VERSION = "1.0.1" | ||
end |