Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Jun 16, 2022
1 parent 9415dcc commit c7db4ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project follows [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [1.0.0] - 2022-06-16
### Changed
- BC-Break: format of `timestamp` changed, it is now a valid ISO-8601 string
- Use postgres as a backend (instead of scraping HTML of Tecson)
Expand Down Expand Up @@ -66,7 +68,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- `Fixed` for any bug fixes.
- `Security` to invite users to upgrade in case of vulnerabilities.

[Unreleased]: https://github.com/metaodi/tecdottir/compare/v0.0.7...HEAD
[Unreleased]: https://github.com/metaodi/tecdottir/compare/v1.0.0...HEAD
[1.0.o]: https://github.com/metaodi/tecdottir/compare/v0.0.7...v1.0.0
[0.0.7]: https://github.com/metaodi/tecdottir/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/metaodi/tecdottir/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/metaodi/tecdottir/compare/v0.0.4...v0.0.5
Expand Down
2 changes: 1 addition & 1 deletion api/swagger/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: "0.0.7"
version: "1.0.0"
title: Tecdottir
description: This API returns data of the Tecson meteo station placed at Tiefenbrunnen and Mythenquai water police station.
license:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tecdottir",
"version": "0.0.7",
"version": "1.0.0",
"description": "API wrapper to get tecson measurements",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit c7db4ab

Please sign in to comment.