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.84
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Sep 17, 2020
1 parent 0b7e99b commit 154830a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added

### Changed
- Updated to holochain v0.0.52-alpha1

### Deprecated

Expand All @@ -16,3 +15,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Fixed

### Security

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

### Added

### Changed
- Updated to holochain v0.0.52-alpha1

### Deprecated

### Removed

### Fixed

### Security

## [0.0.83] - 2020-09-10

### 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 = "4c4d4bd9214a8493fe6c2b96b1e922f2a62e9e17";
commit = "0b7e99b2b3757f3e6c1c78a44bb761eb52355af5";

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

0 comments on commit 154830a

Please sign in to comment.