Skip to content

Commit

Permalink
📝 Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Oct 21, 2024
1 parent 033b99f commit 918f55a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### [v30.7.0 - 2024-10-21](https://github.com/joke2k/faker/compare/v30.6.0...v30.7.0)

* Add person provider for `gu_IN` locale. Thanks @debjeetsingha.
* Add `datetime` provider for `gu_IN` locale. Thanks @wh0th3h3llam1.

### [v30.6.0 - 2024-10-16](https://github.com/joke2k/faker/compare/v30.5.0...v30.6.0)

* Add passport provider for `ru_RU` locale. Thanks @Abdujabbar.
Expand Down
18 changes: 18 additions & 0 deletions faker/proxy.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3555,6 +3555,24 @@ class Faker:

def area_code_with_separator(self) -> str: ...
def area_code_without_separator(self) -> str: ...
def day_of_week_in_guj(self) -> str:
"""
Returns day of the week in `Gujarati`
"""
...

def month_in_guj(self) -> str:
"""
Returns month name in `Gujarati`
"""
...

def month_name_in_guj(self) -> str:
"""
Returns month name in `Gujarati`
"""
...

def street_title(self) -> str: ...
def city_part(self) -> str: ...
def frequent_street_name(self) -> str: ...
Expand Down

0 comments on commit 918f55a

Please sign in to comment.