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

Commit

Permalink
Release 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
StaticallyTypedAnxiety committed Aug 9, 2019
1 parent ed1a622 commit fb292c9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Changed

- bump holochain and hc binaries to `0.0.27-alpha1`

### Deprecated

### Removed
Expand Down
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.28] - 2019-08-09

### Added

### Changed

- bump holochain and hc binaries to `0.0.27-alpha1`

### Deprecated

### Removed

### Fixed

### Security

## [0.0.27] - 2019-08-05

### 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 = "6793fd6d7088076948e7a0d920cfb6ad9b5f3c4e";
commit = "ed1a62276312201a8ea1dfdecc2b15c08e67db95";

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

0 comments on commit fb292c9

Please sign in to comment.