Skip to content

Commit

Permalink
Version 0.0.6
Browse files Browse the repository at this point in the history
PR-URL: #24
  • Loading branch information
tshemsedinov committed Apr 1, 2022
1 parent 5c6be59 commit 2e7aa66
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Timur Shemsedinov <[email protected]>
Ivan Smirnov <[email protected]>
Eugen Shaposhnikov <[email protected]>
Ranko Stevanovich <[email protected]>
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [0.0.6][] - 2022-04-01

- Update dependencies and package maintenance

## [0.0.5][] - 2021-11-09

- Ability to initialize noroutine with multiple modules
Expand All @@ -25,7 +29,8 @@

- Initial library stub

[unreleased]: https://github.com/metarhia/noroutine/compare/v0.0.5...HEAD
[unreleased]: https://github.com/metarhia/noroutine/compare/v0.0.6...HEAD
[0.0.6]: https://github.com/metarhia/noroutine/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/metarhia/noroutine/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/metarhia/noroutine/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/metarhia/noroutine/compare/v0.0.2...v0.0.3
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Metarhia contributors (full list in AUTHORS file)
Copyright (c) 2021-2022 Metarhia contributors (full list in AUTHORS file)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ noroutine.init({
## License & Contributors
Copyright (c) 2021 [Metarhia contributors](https://github.com/metarhia/noroutine/graphs/contributors).
Copyright (c) 2021-2022 [Metarhia contributors](https://github.com/metarhia/noroutine/graphs/contributors).
Noroutine is [MIT licensed](./LICENSE).\
Noroutine is a part of [Metarhia](https://github.com/metarhia) technology stack.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noroutine",
"version": "0.0.5",
"version": "0.0.6",
"author": "Timur Shemsedinov <[email protected]>",
"license": "MIT",
"description": "Goroutine analogue for Node.js, spreads I/O-bound routine (tasks) to utilize thread pool with `worker_threads` using balancer with event loop utilization.",
Expand Down

0 comments on commit 2e7aa66

Please sign in to comment.