Skip to content

Commit 076aab8

Browse files
committed
Version 1.5.0
PR-URL: #148
1 parent 6938f73 commit 076aab8

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.5.0][] - 2021-02-19
6+
57
- Move Semaphore and timeout to metautil
68
- Decompose Channel.prototype.rpc
9+
- Use new impress class Procedure
710

811
## [1.4.0][] - 2021-02-17
912

@@ -49,7 +52,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
4952
binary structures and multiple different ideas originated from JSTP and old
5053
protocols like USP and CLEAR.
5154

52-
[unreleased]: https://github.com/metarhia/metacom/compare/v1.4.0...HEAD
55+
[unreleased]: https://github.com/metarhia/metacom/compare/v1.5.0...HEAD
56+
[1.5.0]: https://github.com/metarhia/metacom/compare/v1.4.0...v1.5.0
5357
[1.4.0]: https://github.com/metarhia/metacom/compare/v1.3.1...v1.4.0
5458
[1.3.1]: https://github.com/metarhia/metacom/compare/v1.3.0...v1.3.1
5559
[1.3.0]: https://github.com/metarhia/metacom/compare/v1.2.0...v1.3.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacom",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
66
"license": "MIT",

0 commit comments

Comments
 (0)