Skip to content

Commit

Permalink
Merge PR #55 from gunvirranu/first-release
Browse files Browse the repository at this point in the history
Prep for initial release
  • Loading branch information
gunvirranu authored Nov 1, 2020
2 parents a5480c3 + a2c1644 commit 450a03c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

# Changelog

## Unreleased

TODO.

## 0.1.0 - 2020-11-01

First release.

- Added like everything.

11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[package]
name = "block-grid"
version = "0.1.0"
authors = ["Gunvir Ranu <g1ranu@gmail.com>"]
description = "A quick, cache-conscious tiled 2D array."
authors = ["Gunvir Ranu <mail@gunvirranu.com>"]
description = "A quick, cache-conscious, tiled 2D array."
edition = "2018"
license = "MIT"
publish = false
readme = "README.md"
homepage = "https://github.com/gunvirranu/block-grid"
repository = "https://github.com/gunvirranu/block-grid"
categories = ["data-structures", "no-std", "memory-management"]
keywords = ["array", "grid", "2d", "matrix"]
exclude = ["/.github/"]

[lib]
bench = false
Expand Down

0 comments on commit 450a03c

Please sign in to comment.