From 8638f145d9356eed9c83e7b2f13c5209e72f0e27 Mon Sep 17 00:00:00 2001 From: Fenhl Date: Fri, 27 Aug 2021 22:36:16 +0000 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcde1a..50d2e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 870d5d4..57fb62b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shlex" -version = "1.0.0" +version = "1.1.0" authors = [ "comex ", "Fenhl "