From ae15ea7acb2b9a9f7db558b9bf4e1c296c075916 Mon Sep 17 00:00:00 2001 From: Felix de Maneville Date: Mon, 13 Mar 2023 14:39:42 +0100 Subject: [PATCH] 0.5.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f11c52..53fa88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Unreleased +## 0.5.1 * Documentation improvements * Added `HexMap::bounds` getter method diff --git a/Cargo.toml b/Cargo.toml index 3764d4d..dec3f5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexx" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Felix de Maneville "] description = "Hexagonal utilities" diff --git a/README.md b/README.md index 3e27b9c..df4d74a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,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.5.0/status.svg)](https://deps.rs/crate/hexx) +[![dependency status](https://deps.rs/crate/hexx/0.5.1/status.svg)](https://deps.rs/crate/hexx)