Bump to v1.1.0

This commit is contained in:
Taiki Endo 2021-03-20 16:31:51 +09:00
parent b0a09d8eda
commit 7deb87e9db
2 changed files with 8 additions and 1 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# Version 1.1.0
- Make the crate `#![no_std]`.
# Version 1.0.0
- Initial version.

View File

@ -1,6 +1,6 @@
[package]
name = "vec-arena"
version = "1.0.0"
version = "1.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A simple object arena"