Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.1.4.1 release #12

Merged
merged 1 commit into from Feb 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,9 @@ This library implement a simple, IO-based, forkIO-friendly library for Erlang-st

# Changelog

* 1.0.4.1
- Export QueueLike (https://github.com/adinapoli/threads-supervisor/pull/8)

* 1.0.4.0
- Split up modules into `Types`, `Bounded` and `Supervisor`
- The `Bounded` module offers a `SupervisorSpec` variant which writes `SupervisionEvent` into a `TBQueue`
Expand Down Expand Up @@ -60,3 +63,8 @@ stack test
This library scratches my own itches, but please fork away!
Pull requests are encouraged to implement the part of the API
you need.

## Contributors

- Alfredo Di Napoli (initial author)
- Sam Rijs (@srijs)
2 changes: 1 addition & 1 deletion threads-supervisor.cabal
@@ -1,5 +1,5 @@
name: threads-supervisor
version: 1.0.4.0
version: 1.0.4.1
synopsis: Simple, IO-based library for Erlang-style thread supervision
description: Simple, IO-based library for Erlang-style thread supervision
license: MIT
Expand Down