Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Aug 25, 2019
1 parent b100ca6 commit 034b424
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.

Expand Down Expand Up @@ -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)
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 = "path-dsl"
version = "0.5.1"
version = "0.5.2"
authors = ["Connor Fitzgerald <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 034b424

Please sign in to comment.