Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tenshiAMD committed Nov 10, 2023
1 parent 1155326 commit eb0cf15
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## [Unreleased](https://github.com/tenshiAMD/phil_locator/tree/HEAD)

[Full Changelog](https://github.com/tenshiAMD/phil_locator/compare/v1.2.1...HEAD)
[Full Changelog](https://github.com/tenshiAMD/phil_locator/compare/v1.3.0...HEAD)

## [v1.3.0](https://github.com/tenshiAMD/phil_locator/tree/v1.3.0) (2023-11-10)

- Implement `island_groups`, `municipalities`, `districts` (Metro Manila Only), `sub_municipalities` (Metro Manila Only)
- Improve and fix model associations
- Set ruby version to `2.7`
- Fix `rubocop` issues

[Full Changelog](https://github.com/tenshiAMD/phil_locator/compare/v1.2.1...v1.3.0)

## [v1.2.1](https://github.com/tenshiAMD/phil_locator/tree/v1.2.1) (2020-03-11)

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:
phil_locator (1.2.1)
phil_locator (1.3.0)
active_hash (~> 2.3.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Provides registry records in the Philippines which the data came from PSA (PSGC)

In Gemfile:
```
gem "phil_locator", "~> 1.2.0"
gem "phil_locator", "~> 1.3.0"
```

Or, from the command line:
```
gem install phil_locator -v "~> 1.2.0"
gem install phil_locator -v "~> 1.3.0"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.3.0

0 comments on commit eb0cf15

Please sign in to comment.