Skip to content

Commit aae4ce0

Browse files
committed
Version 3.0.2
PR-URL: #438
1 parent 9cfedc8 commit aae4ce0

3 files changed

Lines changed: 242 additions & 146 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.0.2][] - 2023-08-14
6+
7+
- Bugfixes: MetaReadable, binary packages parsing and serialization
8+
- Refactoring: Transport API unification
9+
510
## [3.0.1][] - 2023-06-22
611

712
- Add `MetacomUnit` method `post` not emitting `*`
@@ -216,7 +221,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
216221
binary structures and multiple different ideas originated from JSTP and old
217222
protocols like USP and CLEAR.
218223

219-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.1...HEAD
224+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.2...HEAD
225+
[3.0.2]: https://github.com/metarhia/metacom/compare/v3.0.1...v3.0.2
220226
[3.0.1]: https://github.com/metarhia/metacom/compare/v3.0.0...v3.0.1
221227
[3.0.0]: https://github.com/metarhia/metacom/compare/v2.0.7...v3.0.0
222228
[2.0.7]: https://github.com/metarhia/metacom/compare/v2.0.6...v2.0.7

0 commit comments

Comments
 (0)