Skip to content

Commit de55937

Browse files
chore(main): release 0.4.0 (#53)
1 parent b70dd35 commit de55937

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/googlemaps/flutter-driver-sdk/compare/0.3.0...0.4.0) (2025-08-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to latest sdks ([#142](https://github.com/googlemaps/flutter-driver-sdk/issues/142))
9+
10+
### Features
11+
12+
* upgrade to latest sdks ([#142](https://github.com/googlemaps/flutter-driver-sdk/issues/142)) ([d95d3a3](https://github.com/googlemaps/flutter-driver-sdk/commit/d95d3a3669b0abd59c24d36ed8dad651e59ab457))
13+
314
## 0.3.0-beta
415

516
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.
@@ -38,4 +49,4 @@ This is the beta release of the Google Maps Driver package for Flutter. It is an
3849

3950
**Notes:**
4051
- This version demonstrates the core capabilities of the package and serves as a basis for community feedback and further development.
41-
- Users are encouraged to report bugs and suggest improvements to enhance the package's stability and functionality.
52+
- Users are encouraged to report bugs and suggest improvements to enhance the package's stability and functionality.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: google_driver_flutter
1616
description: A Google Maps Driver plugin
17-
version: 0.3.0
17+
version: 0.4.0
1818
publish_to: none
1919

2020
environment:

0 commit comments

Comments
 (0)