Skip to content

Commit 80205c8

Browse files
committed
chore: increase version number to 0.1.0-pre2
This also updates the changelog.
1 parent 8943fcc commit 80205c8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
44
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

7+
## 0.1.0-pre2 --- 2022-05-09
8+
9+
### Fixed
10+
- Formatting was wrong in a few files.
11+
- Package description was expanded to follow pub.dev guidelines.
12+
713
## 0.1.0-pre --- 2022-04-27
14+
15+
### Added
816
- CBOR de-/serializable model of the ACE-OAuth framework has been added:
917
- Binary-, text-encoded and [AIF](https://datatracker.ietf.org/doc/html/draft-ietf-ace-aif)-scopes
1018
- A variant of the AIF format specific to [libdcaf](https://gitlab.informatik.uni-bremen.de/DCAF/dcaf) is also supported
@@ -13,4 +21,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1321
- Error responses
1422
- Various smaller types (`CoseKey`, `GrantType`, `ProofOfPossessionKey`, `TokenType`...)
1523
- Use `serialize()` or `fromSerialized()` to serialize and deserialize these types.
16-
- Pre-release because we depend on the Dart Beta SDK (2.17.0).
24+
- Pre-release because we depend on the Dart Beta SDK (2.17.0).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dcaf
22
description: An implementation of the ACE-OAuth framework, intended for OAuth clients. Its main feature is CBOR-(de-)serializable data models.
3-
version: 0.1.0-pre
3+
version: 0.1.0-pre2
44
repository: https://github.com/namib-project/dart_dcaf
55

66
environment:

0 commit comments

Comments
 (0)