Skip to content

Commit

Permalink
Publish 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Oct 28, 2020
1 parent 57fc62e commit 71c88f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.7

- `mktemp_d` creates an (insecure, world readable) temporary directory.
- `cp(foo, bar)` copies `foo` _into_ `bar`, if `bar` is an existing directory.

## 0.1.6

- `.read()` chomps `\r\n` on Windows.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "xshell"
description = "Utilities for quick shell scripting in Rust"
categories = ["development-tools::build-utils", "filesystem"]
version = "0.1.6"
version = "0.1.7"
license = "MIT OR Apache-2.0"
repository = "https://github.com/matklad/xshell"
authors = ["Aleksey Kladov <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion xshell-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xshell-macros"
description = "Private implementation detail of xshell crate"
version = "0.1.6"
version = "0.1.7"
authors = ["Aleksey Kladov <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 71c88f8

Please sign in to comment.