Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit 8686ede

Browse files
committed
Increase version number and update the changelog
1 parent f8bd8ad commit 8686ede

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.0
2+
3+
Add Policy classes.
4+
- add policies: `PolicyEntry` as class for all policies in the directory or repository, using `PolicyGroup`, `PolicyResource`, `PolicySubject` for
5+
a better data encapsulation
6+
- add `InvalidArgumentException` for arguments which are not matching the expectations
7+
18
## 0.1.0
29

310
First release of the S3I Flutter package. Currently supported:

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ packages:
134134
path: ".."
135135
relative: true
136136
source: path
137-
version: "0.0.1"
137+
version: "0.2.0"
138138
sky_engine:
139139
dependency: transitive
140140
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: s3i_flutter
22
description: A library that makes it easy to communicate with the S³I (Smart Systems Service Infrastructure of the KWH4.0).
3-
version: 0.1.0
3+
version: 0.2.0
44
homepage: https://github.com/LukasPoque/s3i_flutter
55

66
environment:

0 commit comments

Comments
 (0)