Skip to content
Snippets Groups Projects
Unverified Commit 4d717e64 authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Release v0.4.1

parent 25862400
No related branches found
No related tags found
No related merge requests found
# Changelog
 
## 0.4.1 - May 14, 2019
* 53675b7: Refactor connecting of sockets
## 0.4.0 - May 11, 2019
 
* 2fb8e93: Fix non-blocking socket reads
Loading
Loading
0.4.0
0.4.1
# frozen_string_literal: true
 
module Inkoc
VERSION = '0.4.0'
VERSION = '0.4.1'
end
Loading
Loading
@@ -347,7 +347,7 @@ dependencies = [
 
[[package]]
name = "inko"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Loading
Loading
[package]
name = "inko"
version = "0.4.0" # VERSION
version = "0.4.1" # VERSION
authors = ["Yorick Peterse <yorickpeterse@gmail.com>"]
edition = "2018"
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment