Skip to content

Commit

Permalink
release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldmaida committed Mar 13, 2022
1 parent 7615063 commit 3d4431e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.7.1 : 2022-03-13

### Fixed Issues:

* fix issue #23 Future compile error on Rust beta 1.60 in types/tests.rs

## 0.7.0 : 2021-11-07

* add support for wasm32 targets
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.7.0"
version = "0.7.1"
authors = ["haraldmaida"]
license = "MIT/Apache-2.0"
description = """
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.7.0")]
#![doc(html_root_url = "https://docs.rs/genevo/0.7.1")]
#![warn(
bare_trait_objects,
missing_copy_implementations,
Expand Down

0 comments on commit 3d4431e

Please sign in to comment.