Skip to content

Commit 828dff9

Browse files
committed
Bump turkish_cities to v0.7.0
1 parent 8186a30 commit 828dff9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22

3-
## 0.7.0 (Unreleased)
3+
## 0.7.0 (2022-08-03)
44

55
### New features
66

77
* [#14](https://github.com/sarslanoglu/turkish_cities/issues/14): Add city altitude data and ```find_by_elevation``` method
88

9+
### Bug fixes
10+
11+
* [#116](https://github.com/sarslanoglu/turkish_cities/issues/116): translation missing error on Rails apps
12+
913
## 0.6.1 (2022-07-18)
1014

1115
### Bug fixes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
turkish_cities (0.6.1)
4+
turkish_cities (0.7.0)
55
i18n (>= 0.6.4, <= 2)
66

77
GEM

lib/turkish_cities/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class TurkishCities
4-
VERSION = '0.6.1'
4+
VERSION = '0.7.0'
55
end

0 commit comments

Comments
 (0)