Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Aug 27, 2021
1 parent 06785ea commit 8638f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shlex"
version = "1.0.0"
version = "1.1.0"
authors = [
"comex <comexk@gmail.com>",
"Fenhl <fenhl@fenhl.net>"
Expand Down

0 comments on commit 8638f14

Please sign in to comment.