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.36
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Oct 4, 2019
1 parent 6bb0156 commit 6dd74b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
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.36] - 2019-10-04

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.0.35] - 2019-10-04

### 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 = "4d4da55888508c1faf6f9bee04738969da4a1a86";
commit = "6bb0156b766b4ad51243565014e0199546ae6431";

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

0 comments on commit 6dd74b2

Please sign in to comment.