Merge pull request #16 from smol-rs/next

Bump to v1.1.0
This commit is contained in:
Taiki Endo 2021-03-20 16:34:57 +09:00 committed by GitHub
commit f20f696276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"