Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Mar 9, 2023
1 parent 83d6a51 commit 2d2585d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## 0.5.0

### ExactSizeIterator

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 = "hexx"
version = "0.4.2"
version = "0.5.0"
edition = "2021"
authors = ["Felix de Maneville <[email protected]>"]
description = "Hexagonal utilities"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//!
Expand Down

0 comments on commit 2d2585d

Please sign in to comment.