Skip to content

Commit

Permalink
Merge pull request #2 from namib-project/release-v0.1.1
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
falko17 committed Jul 8, 2023
2 parents d108758 + 4090b46 commit 3140010
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.1 --- 2023-07-08
- Updated Dart SDK version constraints to include Dart 3.0.
- Includes changes from #1 (thanks, @JKRhb!)
- Updated `cbor` dependency to 6.0.0.
- Replaced deprecated linting rules.
- Added GitHub Actions workflow.

## 0.1.0 --- 2022-05-12

### Changed
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: dcaf
description: An implementation of the ACE-OAuth framework, intended for OAuth clients. Its main feature is CBOR-(de-)serializable data models.
version: 0.1.0
version: 0.1.1
repository: https://github.com/namib-project/dart_dcaf

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'

dependencies:
cbor: ^6.0.0
Expand Down

0 comments on commit 3140010

Please sign in to comment.