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.65
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jan 17, 2020
1 parent 9dd598c commit abe0f85
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
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.65] - 2020-01-17

### Added

- added pcre

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.0.64] - 2020-01-17

### 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 = "e6ac532efb7ac7651807c90d01eafc3ba7ef2a55";
commit = "9dd598c48a75196aa16f667148d69e2e8225e498";

# 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.64";
previous = "0.0.63";
current = "0.0.65";
previous = "0.0.64";
};

github = {
Expand Down

0 comments on commit abe0f85

Please sign in to comment.