Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldmaida committed Jun 25, 2019
1 parent 7c858fa commit 0e3ccd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All user visible changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/), as described
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)

## 0.4.0 : <unreleased>
## 0.4.0 : 2019-06-25

### Breaking changes:

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genevo"
version = "0.3.0"
version = "0.4.0"
authors = ["haraldmaida"]
license = "MIT/Apache-2.0"
description = """
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
genevo = "0.3"
genevo = "0.4"
```

If you are not using Rust 2018 edition add this to your crate root:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
//! searches for solutions of the
//! [N Queens Problem](https://en.wikipedia.org/wiki/Eight_queens_puzzle)
#![doc(html_root_url = "https://docs.rs/genevo/0.3.0")]
#![doc(html_root_url = "https://docs.rs/genevo/0.4.0")]
#![warn(
bare_trait_objects,
missing_copy_implementations,
Expand Down

0 comments on commit 0e3ccd0

Please sign in to comment.