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.57
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Dec 31, 2019
1 parent f142fea commit 300df2f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Added

- Added dockerfiles for minimal/sim2h_server/trycp_server for binary boxes
- Added utility scripts to make working with docker easier

### Changed

- Changed docker tags to be {box}.{branch}
- Dockers build on love/master/develop (e.g. holochain/holonix:latest.love)
- Using binaries v0.0.42-alpha1

### Deprecated

### Removed

### Fixed

- trycp_server binary is wrapped with holochain to support nix-env installation

### Security

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

### Added

- Added dockerfiles for minimal/sim2h_server/trycp_server for binary boxes
- Added utility scripts to make working with docker easier

### Changed

- Changed docker tags to be {box}.{branch}
- Dockers build on love/master/develop (e.g. holochain/holonix:latest.love)
- Using binaries v0.0.42-alpha1

### Deprecated

### Removed

### Fixed

- trycp_server binary is wrapped with holochain to support nix-env installation

### Security

## [0.0.56] - 2019-12-20

### 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 = "d76e115d246bd3e62491ed89e47601d8339328ec";
commit = "9f6c5840fda6e8b167d266d527d265b324f5e9b4";

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

0 comments on commit 300df2f

Please sign in to comment.