diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc0e4b..41ef3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + +- Add `RandomAccessBinaryReader`. + ## 1.0.2 - Performance improvements. diff --git a/pubspec.yaml b/pubspec.yaml index 7473d3b..efd9c72 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: random_access_source description: Shared interfaces for random access data. -version: 1.0.2 +version: 1.1.0 repository: https://github.com/flutter-cavalry/random_access_source environment: @@ -11,6 +11,6 @@ dependencies: # path: ^1.8.0 dev_dependencies: - mgenware_dart_lints: ^6.5.2 + mgenware_dart_lints: ^7.0.0 test: ^1.24.0 tmp_path: ^1.3.1