Version bump

This commit is contained in:
Fenhl
2021-08-27 22:36:16 +00:00
parent 272b92805d
commit 051fca6cd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# [unreleased]
# 1.1.0
* Adds the `std` feature (enabled by default)
* Disabling the `std` feature makes the crate work in `#![no_std]` mode, assuming presence of the `alloc` crate
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "shlex"
version = "1.0.0"
version = "1.1.0"
authors = [
"comex <comexk@gmail.com>",
"Fenhl <fenhl@fenhl.net>"