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

Release v0.2.5

parent f25b5389
No related branches found
No related tags found
No related merge requests found
# Changelog
 
## 0.2.5 - September 11, 2018
* 38379fc: Fixed type checking of unknown_message
* b29fdc0: Added std::test::assert.true and false
* ad529e5: Add base implementation of implements_trait?
* d7df0cc: Use parentheses for process.receive_if example
* ab8d7b3: Use trailing commas for arguments and literals
## 0.2.4 - September 08, 2018
 
### Compiler
Loading
Loading
0.2.4
0.2.5
# frozen_string_literal: true
 
module Inkoc
VERSION = '0.2.4'
VERSION = '0.2.5'
end
Loading
Loading
@@ -95,7 +95,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
[[package]]
name = "inko"
version = "0.2.4"
version = "0.2.5"
dependencies = [
"dirs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"float-cmp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Loading
Loading
[package]
name = "inko"
version = "0.2.4" # VERSION
version = "0.2.5" # VERSION
authors = ["Yorick Peterse <yorickpeterse@gmail.com>"]
 
[lib]
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