Skip to content

Commit

Permalink
Merge pull request #23 from zummenix/prepare_release
Browse files Browse the repository at this point in the history
Prepare 0.4.1 release.
  • Loading branch information
zummenix committed Jan 12, 2016
2 parents b5ae419 + c62c268 commit 17f2f5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.4.1] - 2016-01-12
- Minor fixes.
- Added a change log.
- Relicense to dual MIT/Apache-2.0

## [0.4.0] - 2015-11-22
- Removed reexport of types from prelude module. If you need some of those types
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "expectest"
version = "0.4.0"
version = "0.4.1"
authors = ["Aleksey Kuznetsov <zummenix@gmail.com>"]

description = "Crate provides matchers and matcher functions for unit testing."
repository = "https://github.com/zummenix/expectest"
readme = "./README.md"
readme = "README.md"
keywords = ["unit", "test", "matcher", "expect"]

license = "MIT OR Apache-2.0"
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ Use any of the following matchers: `be_true`, `be_false`
- [rustspec-assertions](https://github.com/uorbe001/rustspec-assertions)
- [hamcrest-rust](https://github.com/carllerche/hamcrest-rust)

## License
MIT

## License

Expand Down

0 comments on commit 17f2f5e

Please sign in to comment.