Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Oct 14, 2024
1 parent 44b72b6 commit bf15068
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0 2024-10-14

* Dependencies: updated `http` package _([KrohnMi](https://github.com/stafyniaksacha/mapbox-api/pull/8))_
* Upgrade max dart sdk to <4.0.0
* Replace `pedantic` with `lints` package

## 1.0.0 2021-05-30

* Breaking: upgrade min dart sdk to >=2.12 (null-safety)
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mapbox_api
description: Unofficial Mapbox Dart SDK that follow official Mapbox documentation.
version: 1.0.0
version: 1.1.0
homepage: https://github.com/stafyniaksacha/mapbox-api

dependencies:
Expand All @@ -10,4 +10,4 @@ dev_dependencies:
lints: ^5.0.0

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'

0 comments on commit bf15068

Please sign in to comment.