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

Commit

Permalink
Release 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jul 9, 2019
1 parent 6706e3c commit 5598de1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Fixed

- release command no longer references medium
- github template no longer includes legacy placeholder

### Security

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
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.12] - 2019-07-09

### Added

### Changed

### Deprecated

### Removed

### Fixed

- release command no longer references medium
- github template no longer includes legacy placeholder

### Security

## [0.0.11] - 2019-07-09

### Added
Expand Down
6 changes: 3 additions & 3 deletions example.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# 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 = "a73cf77909ea41a409af48c2a3d3dcd11789bd78";
commit = "6706e3ce3cb723c74ed9874bb71c186d825aa9c6";

# 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.11";
previous = "0.0.10";
current = "0.0.12";
previous = "0.0.11";
};

github = {
Expand Down

0 comments on commit 5598de1

Please sign in to comment.