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.40
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Nov 4, 2019
1 parent 1761d52 commit f087835
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 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

- 0.0.35-alpha7 binaries

### 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.40] - 2019-11-04

### Added

### Changed

- 0.0.35-alpha7 binaries

### Deprecated

### Removed

### Fixed

### Security

## [0.0.39] - 2019-10-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion example.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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 = "8fa992d3e3f15d02e2be8257da34801b0261e2f5";
commit = "1761d52afcadcb16b9c285d0dd7e904d4ce4e4c8";

# the semver for prev and current releases
# the previous version will be scanned/bumped by release scripts
Expand Down

0 comments on commit f087835

Please sign in to comment.