Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.4.0](https://github.com/googlemaps/flutter-driver-sdk/compare/0.3.0...0.4.0) (2025-08-04)


### ⚠ BREAKING CHANGES

* upgrade to latest sdks ([#142](https://github.com/googlemaps/flutter-driver-sdk/issues/142))

### Features

* upgrade to latest sdks ([#142](https://github.com/googlemaps/flutter-driver-sdk/issues/142)) ([d95d3a3](https://github.com/googlemaps/flutter-driver-sdk/commit/d95d3a3669b0abd59c24d36ed8dad651e59ab457))

## 0.3.0-beta

This is the beta release of the Google Maps Driver package for Flutter. It is an early look at the package and is intended for testing and feedback collection. The functionalities and APIs in this version are subject to change.
Expand Down Expand Up @@ -38,4 +49,4 @@ This is the beta release of the Google Maps Driver package for Flutter. It is an

**Notes:**
- This version demonstrates the core capabilities of the package and serves as a basis for community feedback and further development.
- Users are encouraged to report bugs and suggest improvements to enhance the package's stability and functionality.
- Users are encouraged to report bugs and suggest improvements to enhance the package's stability and functionality.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

name: google_driver_flutter
description: A Google Maps Driver plugin
version: 0.3.0
version: 0.4.0
publish_to: none

environment:
Expand Down
Loading