diff --git a/CHANGELOG.md b/CHANGELOG.md index c1677a9..d6b0cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Unreleased +## 0.5.0 ### ExactSizeIterator diff --git a/Cargo.toml b/Cargo.toml index dc4dbb5..c2e9cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexx" -version = "0.4.2" +version = "0.5.0" edition = "2021" authors = ["Felix de Maneville "] description = "Hexagonal utilities" diff --git a/src/lib.rs b/src/lib.rs index 9a0a1d7..e8a3d2c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) //! [![Crates.io](https://img.shields.io/crates/v/hexx.svg)](https://crates.io/crates/hexx) //! [![Docs.rs](https://docs.rs/hexx/badge.svg)](https://docs.rs/hexx) -//! [![dependency status](https://deps.rs/crate/hexx/0.4.2/status.svg)](https://deps.rs/crate/hexx) +//! [![dependency status](https://deps.rs/crate/hexx/0.5.0/status.svg)](https://deps.rs/crate/hexx) //! //! Hexagonal tools lib in rust. //!