File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 11name : dcaf
22description : 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
44repository : https://github.com/namib-project/dart_dcaf
55
66environment :
7- sdk : ' >=2.17.0 <3 .0.0'
7+ sdk : ' >=2.17.0 <4 .0.0'
88
99dependencies :
1010 cbor : ^6.0.0
You can’t perform that action at this time.
0 commit comments