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.30
Browse files Browse the repository at this point in the history
  • Loading branch information
StaticallyTypedAnxiety committed Aug 18, 2019
1 parent e540606 commit 9d55f3e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
{{ version-heading }}

### Added
- Bumped Holochain version to 0.0.28-alpha1

### Changed

Expand Down
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.30] - 2019-08-18

### Added
- Bumped Holochain version to 0.0.28-alpha1

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.0.29] - 2019-08-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion example.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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 = "291cd04b8e956c91f9267af61f86eb3e2cf0270a";
commit = "e540606583b1f91ecbaeca4a705a15ecc3d59e6c";

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

0 comments on commit 9d55f3e

Please sign in to comment.