From 12001b254b33d11a8433f436ddabfda558efe16b Mon Sep 17 00:00:00 2001 From: David McGillicuddy Date: Sun, 29 Oct 2023 20:38:30 +0000 Subject: [PATCH] rip 0.11.0 release --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3af0a..9d69d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.11.0] - 2023-10-29 +* Files and directories whose name excluding extensions is a Windows reserved name are renamed by appending an underscore. The module structure and the directory structure remain intact. This is a BREAKING change to the modules that are produced if they have names that now get underscores appended. + ## [v0.10.0] - 2022-07-27 * Update deps including security advisories and switching failure to anyhow diff --git a/Cargo.toml b/Cargo.toml index ea954f6..78f43c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "form" -version = "0.10.0" +version = "0.11.0" authors = ["David McGillicuddy "] description = "A small script to move inline modules into the proper directory structure" license = "MIT"