Skip to content

Commit

Permalink
Update repository metadata; publish version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Jan 27, 2025
1 parent a0a8db0 commit 0d5a767
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/binary_serializable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.6

- Update metadata to point to dart-community GitHub organization.

## 0.3.5

- Use `getSubtype` when decoding values.
Expand Down
4 changes: 2 additions & 2 deletions packages/binary_serializable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: binary_serializable
description: Efficient binary serialization and deserialization, optimized for streams of binary data.
version: 0.3.5
version: 0.3.6

repository: https://github.com/abitofevrything/binary_serializable/tree/main/packages/binary_serializable
repository: https://github.com/dart-community/binary_serializable/tree/main/packages/binary_serializable

environment:
sdk: ^3.5.0
Expand Down
4 changes: 4 additions & 0 deletions packages/binary_serializable_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.6

- Update metadata to point to dart-community GitHub organization.

## 0.3.5

- Add support for empty classes in the generator.
Expand Down
4 changes: 2 additions & 2 deletions packages/binary_serializable_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: binary_serializable_generator
description: Code generation for binary_serializable's BinaryTypes.
version: 0.3.5
version: 0.3.6

repository: https://github.com/abitofevrything/binary_serializable/tree/main/packages/binary_serializable_generator
repository: https://github.com/dart-community/binary_serializable/tree/main/packages/binary_serializable_generator

environment:
sdk: ^3.5.0
Expand Down

0 comments on commit 0d5a767

Please sign in to comment.