Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gunvirranu committed May 7, 2021
1 parent ebe9c0d commit 2af6d1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

## Unreleased

Nothing so far.

## 0.1.2 - 2021-05-07

- Cache `col_blocks` value in struct ([#66])
- Add optional [Serde][serde] framework support ([#67])
- Memory slice access for blocks ([#68])
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 = "block-grid"
version = "0.1.1"
version = "0.1.2"
authors = ["Gunvir Ranu <mail@gunvirranu.com>"]
description = "A quick, cache-conscious, tiled 2D array."
edition = "2018"
Expand Down

0 comments on commit 2af6d1c

Please sign in to comment.