From c1c1fb2a2d5a1d0abd28a5407ea3b7f8dded8a48 Mon Sep 17 00:00:00 2001 From: liodali Date: Thu, 1 Feb 2024 23:54:23 +0100 Subject: [PATCH] publish: 0.5.4 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aecef0e..f9c9ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.4: +* remove unnecessary dependency +* add check for nullable in road for attribute geometry +* thanks for @eshjordan, @derklaro for their contribution ## 0.5.3: * add destinations to get all destination from road ## 0.5.2: diff --git a/README.md b/README.md index 6e07632..d619729 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - routing_client_dart: ^0.5.3 + routing_client_dart: ^0.5.4 ### example for route service diff --git a/pubspec.yaml b/pubspec.yaml index 1562309..b8e8973 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: routing_client_dart description: Dart Package for Routing Client Api ( support OSRM project ) -version: 0.5.3 +version: 0.5.4 homepage: https://github.com/liodali/OSM-Routing-Client-Dart environment: