Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgenware committed Oct 27, 2024
1 parent 94e9b12 commit 8d348f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- Add `RandomAccessBinaryReader`.

## 1.0.2

- Performance improvements.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit 8d348f7

Please sign in to comment.