This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
- Loading branch information
Kharude, Sachin
committed
Apr 19, 2021
1 parent
241f70c
commit 94f007d
Showing
3 changed files
with
17 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
CHANGELOG | ||
========= | ||
|
||
here-location-services 0.2.0 (2021-04-19) | ||
----------------------------------------- | ||
|
||
- Add Routing API | ||
- Add Matrix Routing API | ||
- Add config for categories | ||
|
||
here-location-services 0.1.0 (2021-02-15) | ||
----------------------------------------- | ||
|
||
- 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,2 +1 @@ | ||
CHANGELOG | ||
========= | ||
.. include:: ../../CHANGELOG.rst |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
|
||
"""Project version information.""" | ||
|
||
__version__ = "0.1.0" | ||
__version__ = "0.2.0" |