Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed Dec 22, 2018
1 parent 460f703 commit 1204ee2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2018-12-21
### Changed
- Allow invalid UTF-8 in OS temporary directory

## [0.1.0] - 2018-12-19
### Added
- Initial release
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mktemp-rs"
version = "0.1.0"
version = "0.2.0"
authors = ["Owen Walpole <owenthewizard@hotmail.com>"]
description = "A thin wrapper around libc's mkstemps and mkdtemp"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -39,10 +39,6 @@ fn readme() {

### Tests

[`dir_invalid_utf8`](tests/dir_invalid_utf8.rs) tests that TempDir::new() panics when the OS temporary directory path is not valid UTF-8.

[`file_invalid_utf8`](tests/file_invalid_utf8.rs) tests that TempFile::new() panics when the OS temporary directory path is not valid UTF-8.

[`readme`](tests/readme.rs) tests the example in this readme.

[`temp_dir`](tests/temp_dir.rs) tests various TempDir functions.
Expand Down

0 comments on commit 1204ee2

Please sign in to comment.