Skip to content

Commit 2cef1dd

Browse files
committed
version 0.3.0
1 parent b896a41 commit 2cef1dd

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2021-08-25
11+
1012
### Added
1113

1214
- JsonCacheHollow: literally a "hollow" implementation of the JsonCache

pubspec.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -28,7 +28,7 @@ packages:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.3.1"
31+
version: "1.2.0"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -120,7 +120,7 @@ packages:
120120
name: meta
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "1.7.0"
123+
version: "1.3.0"
124124
mutex:
125125
dependency: "direct main"
126126
description:
@@ -279,7 +279,7 @@ packages:
279279
name: test_api
280280
url: "https://pub.dartlang.org"
281281
source: hosted
282-
version: "0.4.2"
282+
version: "0.3.0"
283283
typed_data:
284284
dependency: transitive
285285
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_cache
22
description: An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them as an elegant caching API.
3-
version: 0.2.1
3+
version: 0.3.0
44
homepage: https://dartoos.dev
55
repository: https://github.com/dartoos-dev/json_cache
66

0 commit comments

Comments
 (0)