Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jul 9, 2019
1 parent 8a28c77 commit fa8f63a
Show file tree
Hide file tree
Showing 4 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
@@ -1,3 +1,19 @@
# Changelog
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.4] - 2019-07-09

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security


2 changes: 1 addition & 1 deletion config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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 = "b759e5ff3beda2e15ad3797073829de7ac1adf1a";
commit = "8a28c77ff9a0eefc0e28c62f2666e9101020c673";

# the semver for prev and current releases
# the previous version will be scanned/bumped by release scripts
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_json_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_json_api"
version = "0.0.1-alpha2"
version = "0.0.4"
authors = ["Holochain Core Dev Team <[email protected]>"]
build = "build.rs"
description = "json api and utilities for holochain"
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_json_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_json_derive"
version = "0.0.1-alpha2"
version = "0.0.4"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "Provides derive macros for holochain persistence."
edition="2018"
Expand Down

0 comments on commit fa8f63a

Please sign in to comment.