Skip to content

Commit

Permalink
Release 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Jun 18, 2017
1 parent a09a2e8 commit 053d4dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.10] - 2017-06-18
### Added

- new resource `Event` with new endpoint `/events/<event_id>`
Expand Down Expand Up @@ -127,7 +127,8 @@ All notable changes to this project will be documented in this file.
### Added
- Resource `account/stats`

[Unreleased]: https://github.com/youthweb/youthweb-api/compare/0.9...develop
[Unreleased]: https://github.com/youthweb/youthweb-api/compare/0.10...develop
[0.10]: https://github.com/youthweb/youthweb-api/compare/0.9...0.10
[0.9]: https://github.com/youthweb/youthweb-api/compare/0.8...0.9
[0.8]: https://github.com/youthweb/youthweb-api/compare/0.7...0.8
[0.7]: https://github.com/youthweb/youthweb-api/compare/0.6...0.7
Expand Down
2 changes: 1 addition & 1 deletion apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HOST: https://api.youthweb.net

Dies ist die offizielle API von [youthweb.net](https://youthweb.net).

Aktuelle Version: 0.10 (XXXX-XX-XX)
Aktuelle Version: 0.10 (2017-06-18)

Status: Alpha

Expand Down
6 changes: 5 additions & 1 deletion docs/_posts/2017-06-18-Youthweb-API-0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Youthweb-API 0.10"
categories: API
tags: [api, release]
summary: "Die neue Version der Youthweb-API erlaubt jetzt das Abfragen von Events."
summary: "Die neue Version der Youthweb-API erlaubt jetzt das Abfragen und Auflisten von Events."
---
## Changelog

Expand All @@ -12,6 +12,10 @@ summary: "Die neue Version der Youthweb-API erlaubt jetzt das Abfragen von Event
- Neue geschützte Resource `events/{event_id}` für Details zu einem Event.
- Bei Events gibt es neue Endpoints zum Autor wie `/events/<event_id>/author` und `/events/<event_id>/relationships/author`.

### Änderungen

- Zeitangaben bei `Posts` und `Users` Resourcen werden immer in der UTC Zeitzone (Offset +00:00) ausgegeben.

## Beispiele

### Alle Events ermitteln, die zwischen dem 1.1.2017 und 31.12.2017 stattfinden
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/api/api_general_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Nach dem Release einer neuen Version garantieren wir den Support der Version ohn

| Version | Status | Veröffentlicht | Unterstützt bis |
|--------------|--------------------|----------------|--------------------------|
| **0.10** | :white_check_mark: | XXXX-XX-XX | mindestens XXXX-XX-XX |
| **0.10** | :white_check_mark: | 2017-06-18 | mindestens 2018-06-18 |
| **0.9** | :white_check_mark: | 2017-06-04 | mindestens 2018-06-04 |
| **0.8** | :white_check_mark: | 2017-05-21 | mindestens 2018-05-21 |
| **0.7** | :warning: | 2016-11-20 | mindestens 2017-11-20 |
Expand Down

0 comments on commit 053d4dc

Please sign in to comment.