Skip to content

Commit 19e5e14

Browse files
committed
v.2.0.0
1 parent 839bf95 commit 19e5e14

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.0
2+
3+
- Update dependencies
4+
- sdk: ^3.6.0
5+
16
## 1.1.1
27

38
- fix: warnings

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pro_binary
22
description: Efficient binary serialization library for Dart. Encodes and decodes various data types.
33

4-
version: 1.1.1
4+
version: 2.0.0
55

66
repository: https://github.com/pro100andrey/pro_binary
77
issue_tracker: https://github.com/pro100andrey/pro_binary/issues
@@ -22,10 +22,10 @@ topics:
2222
- deserialization
2323

2424
environment:
25-
sdk: ^3.4.3
25+
sdk: ^3.6.0
2626

2727
dev_dependencies:
28-
benchmark_harness: ^2.2.2
29-
pro_lints: ^2.0.4
30-
test: ^1.25.7
28+
benchmark_harness: ^2.3.1
29+
pro_lints: ^3.0.1
30+
test: ^1.25.14
3131

0 commit comments

Comments
 (0)