Skip to content

Commit 4de212f

Browse files
committed
chore: upgrade to Dart 2.17.0 stable
1 parent 2b48290 commit 4de212f

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/dart
2-
image: dart:beta
2+
image: dart:latest
33

44
variables:
55
PUB_VARS: "--platform vm --timeout 30s --concurrency=6 --test-randomize-ordering-seed=random --reporter=json"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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 --- 2022-05-12
8+
9+
### Changed
10+
- Updated Dart SDK to stable version of 2.17.
11+
- Moved package out of pre-release status.
12+
713
## 0.1.0-pre2 --- 2022-05-09
814

915
### Fixed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ is *out of scope* for this library.
2626

2727
## Getting started
2828

29-
**Note that this package is currently in pre-release, mainly because we depend
30-
on Dart 2.17.0, which is still in Beta at the time of writing.**
31-
3229
All you need to do to get started is to add this package to your `pubspec.yaml`.
3330
You can then import it using `import 'package:dcaf/dcaf.dart`.
3431

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-pre2
3+
version: 0.1.0
44
repository: https://github.com/namib-project/dart_dcaf
55

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

99
dependencies:
1010
cbor: ^5.0.1

0 commit comments

Comments
 (0)