Skip to content

Commit 593800c

Browse files
committed
Release 0.2.0
1 parent c002030 commit 593800c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [0.2.0] - 2019-03-01
89
### Added
910
- Improved ResourceController error handling
1011
- Resource creation
@@ -14,4 +15,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1415
### Added
1516
- Client: fetch resources, collections, related resources and relationships
1617

17-
[Unreleased]: https://github.com/f3ath/json-api-dart/compare/0.1.0...HEAD
18+
[Unreleased]: https://github.com/f3ath/json-api-dart/compare/0.2.0...HEAD
19+
[0.2.0]: https://github.com/f3ath/json-api-dart/compare/0.1.0...0.2.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ author: "Alexey Karapetov <karapetov@gmail.com>"
22
description: "JSON:API v1.0 (http://jsonapi.org) Document, Client, and Server"
33
homepage: "https://github.com/f3ath/json-api-dart"
44
name: "json_api"
5-
version: "0.1.0"
5+
version: "0.2.0"
66
dependencies:
77
http: "^0.12.0"
88
collection: "^1.14.11"

0 commit comments

Comments
 (0)