Skip to content

Commit

Permalink
Merge pull request #127 from quartiq/release/0.6.3
Browse files Browse the repository at this point in the history
Preparing for a 0.6.3 release
  • Loading branch information
ryan-summers authored Dec 9, 2022
2 parents 47c6263 + 118f2ef commit b60e8ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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).

## [Unreleased](https://github.com/quartiq/miniconf/compare/v0.6.2...HEAD)
## [0.6.3](https://github.com/quartiq/miniconf/releases/tag/v0.6.3) - 2022-12-09

* `Array` and `Option` are `repr(transparent)`
* Fixed documentation for `Array` and `Option`

## [0.6.2](https://github.com/quartiq/miniconf/compare/v0.6.1...v0.6.2) - 2022-11-09

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 = "miniconf"

# Don't forget to change `miniconf_derive`'s version as well.
version = "0.6.2"
version = "0.6.3"

authors = ["James Irwin <irwineffect@gmail.com>", "Ryan Summers <ryan.summers@vertigo-designs.com", "Robert Jördens <rj@quartiq.de>"]
edition = "2018"
Expand Down

0 comments on commit b60e8ec

Please sign in to comment.