Skip to content

Commit

Permalink
new: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PackRuble committed Nov 19, 2023
1 parent f0a042b commit 22d6b6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
## 1.0.0
## [1.0.1] - 19-11-2023

- fix: limit when get location in GeocodingService (thanks svoza10 for [#7](https://github.com/PackRuble/weather_pack/pull/7))
- upd: improving changelog according to some excerpts from keepachangelog.com

## [1.0.0] - 28-07-2023

- bump dependencies. Now we use dart 3.0

## 0.1.0
## [0.1.0] - 28-07-2023

- fix [issue #1](https://github.com/PackRuble/weather_pack/issues/1) of hiding `parseCurrent` from public api
- add assert for latitude and longitude
- `WeatherService` and `GeocodingService`, and `OWMApiTest` now accept `client` as a parameter. This can be handy when testing
- bump dependencies. The next release will be an upgrade to Dart 3.0

## 0.0.2
## [0.0.2] - 27-12-2022

* fix [issue #5](https://github.com/PackRuble/weather_pack/issues/5) when some boundary cases were not taken into account
* add to the "example" folder console application. A detailed analysis of code writing will be provided later
* add visual resources to documentation, styling of the package was adjusted, link to telegram [channel](https://t.me/+AkGV73kZi_Q1YTMy) is attached

## 0.0.1
## [0.0.1] - 21-10-2022

* Initial development release. Hi pub.dev
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: weather_pack
description: The project is designed to obtain weather via the OpenWeatherMap API. With geocoding and units measure. :)
version: 1.0.0
homepage: https://t.me/+AkGV73kZi_Q1YTMy
repository: https://github.com/PackRuble/weather_pack
issue_tracker: https://github.com/PackRuble/weather_pack/issues

version: 1.0.1

environment:
sdk: ^3.0.0

Expand Down

0 comments on commit 22d6b6f

Please sign in to comment.