From 034b4248e3adf49644db8be56c17a721c9a0a5cb Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Sun, 25 Aug 2019 03:09:15 -0400 Subject: [PATCH] Release v0.5.2 --- CHANGELOG.md | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8cd43..46852d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - [Unreleased](#unreleased) +- [v0.5.2](#v052) - [v0.5.1](#v051) - [v0.5.0](#v050) - [v0.4.0](#v040) @@ -17,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v0.5.2 + +Released 2019-08-25 + #### Changed - Documentation rewrite to make it more user friendly. @@ -93,8 +98,9 @@ Released 2019-08-09 ## Diffs -- [Unreleased](https://github.com/cwfitzgerald/path-dsl-rs/compare/v0.5.1...HEAD) -- [v0.5.0](https://github.com/cwfitzgerald/path-dsl-rs/compare/v0.5.0...v0.5.1) +- [Unreleased](https://github.com/cwfitzgerald/path-dsl-rs/compare/v0.5.2...HEAD) +- [v0.5.2](https://github.com/cwfitzgerald/path-dsl-rs/compare/v0.5.1...v0.5.2) +- [v0.5.1](https://github.com/cwfitzgerald/path-dsl-rs/compare/v0.5.0...v0.5.1) - [v0.5.0](https://github.com/cwfitzgerald/path-dsl-rs/compare/v0.4.0...v0.5.0) - [v0.4.0](https://github.com/cwfitzgerald/path-dsl-rs/compare/v0.3.0...v0.4.0) - [v0.3.0](https://github.com/cwfitzgerald/path-dsl-rs/compare/v0.2.0...v0.3.0) diff --git a/Cargo.toml b/Cargo.toml index 561cc71..30d3544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path-dsl" -version = "0.5.1" +version = "0.5.2" authors = ["Connor Fitzgerald "] edition = "2018" license = "MIT"