Skip to content

Commit 3140010

Browse files
authored
Merge pull request #2 from namib-project/release-v0.1.1
Release 0.1.1
2 parents d108758 + 4090b46 commit 3140010

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.1 --- 2023-07-08
8+
- Updated Dart SDK version constraints to include Dart 3.0.
9+
- Includes changes from #1 (thanks, @JKRhb!)
10+
- Updated `cbor` dependency to 6.0.0.
11+
- Replaced deprecated linting rules.
12+
- Added GitHub Actions workflow.
13+
714
## 0.1.0 --- 2022-05-12
815

916
### Changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
3+
version: 0.1.1
44
repository: https://github.com/namib-project/dart_dcaf
55

66
environment:
7-
sdk: '>=2.17.0 <3.0.0'
7+
sdk: '>=2.17.0 <4.0.0'
88

99
dependencies:
1010
cbor: ^6.0.0

0 commit comments

Comments
 (0)