snowplow / scala-weather

High-performance Scala library for looking up the weather
https://snowplow.github.io/scala-weather/
45 stars 13 forks source link

Release 1.0.0 to MASTER #130

Closed lukeindykiewicz closed 4 years ago

lukeindykiewicz commented 4 years ago

There are two more commits (already in master), that's why changelog shows more commits than there are commits in this PR. Replace historic weather requests with current (close #125) Update OpenWeatherMap credentials in travis.yml (close #123)

That's due to change to gitflow workflow in the middle of this "release"

lukeindykiewicz commented 4 years ago

5a764c1 contains some reformatting, do you have scalafmt enabled globally for your sbt?

I have format on save in my editor. That's the only way to have code formatted, but it accidetally makes this kind of things. I'll try to fix that.