Skip to content

Commit

Permalink
chore: public v0.5.0 (#97)
Browse files Browse the repository at this point in the history
* set v0.5.0 as public, mark changelog release

* ci: Change versioning

* docs: v0.5 public release date
  • Loading branch information
amis92 authored Mar 30, 2020
1 parent 3dd9992 commit 6c682d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2020-03-30
### Changed

* Parameters of generated record methods use camel-casing, as opposed to
Expand Down Expand Up @@ -98,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Initial release with support for constructor and With-mutators.

[Unreleased]: https://github.com/amis92/RecordGenerator/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/amis92/RecordGenerator/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/amis92/RecordGenerator/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/amis92/RecordGenerator/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/amis92/RecordGenerator/compare/v0.3.4...v0.4.0
[0.3.4]: https://github.com/amis92/RecordGenerator/compare/v0.3.3...v0.3.4
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![RecordGenerator logo](https://raw.githubusercontent.com/amis92/RecordGenerator/master/docs/logo.png)

> ℹ This is for v0.5 of RecordGenerator.
Documentation available at [amis92.github.io/RecordGenerator](https://amis92.github.io/RecordGenerator) (or in [docs folder](docs/README.md)).

## Description
Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![RecordGenerator logo](https://raw.githubusercontent.com/amis92/RecordGenerator/master/docs/logo.png)

> ℹ This documentation is for v0.5 of RecordGenerator.
## Description
[Description]: #description

Expand Down
5 changes: 3 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.5.0-preview.{height}",
"version": "0.5",
"nugetPackageVersion": {"semVer": 2},
"publicReleaseRefSpec": [ "^refs/heads/master$" ],
"publicReleaseRefSpec": [ "^refs/heads/master$", "^ref/heads/release/v\\d+\\.\\d+$" ],
"versionHeightOffset": -1,
"cloudBuild": {
"setVersionVariables": true
}
Expand Down

0 comments on commit 6c682d4

Please sign in to comment.