Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Release v0.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Dec 2, 2019
1 parent 21cfed8 commit 37770c0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Changed

- bump rust to nightly-2019-11-25

### Deprecated

### Removed

### Fixed

### Security

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.51] - 2019-12-02

### Added

### Changed

- bump rust to nightly-2019-11-25

### Deprecated

### Removed

### Fixed

### Security

## [0.0.50] - 2019-12-01

### Added
Expand Down
6 changes: 3 additions & 3 deletions example.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ echo "All finished!!!"
# the commit hash that the release process should target
# this will always be behind what ends up being deployed
# the release process needs to add some commits for changelog etc.
commit = "2e9adc37a7e8f691ebff26cd85a41183e1fdabca";
commit = "21cfed80158ec7204406b19b4acf72b8fa2a6f4a";

# the semver for prev and current releases
# the previous version will be scanned/bumped by release scripts
# the current version is what the release scripts bump *to*
version = {
current = "0.0.50";
previous = "0.0.49";
current = "0.0.51";
previous = "0.0.50";
};

github = {
Expand Down

0 comments on commit 37770c0

Please sign in to comment.