Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jul 9, 2019
1 parent 28eb999 commit 505be58
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Added

- added publish release hook

### Changed

- remove readme version hook

### Deprecated

### Removed

### Fixed

### Security

20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
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.6] - 2019-07-09

### Added

- added publish release hook

### Changed

- remove readme version hook

### Deprecated

### Removed

### Fixed

### Security

<<<<<<< HEAD
## [0.0.5] - 2019-07-09
=======
Expand All @@ -19,5 +37,3 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Fixed

### Security


2 changes: 1 addition & 1 deletion config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ hn-release-hook-publish-rust \
# 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 = "8a28c77ff9a0eefc0e28c62f2666e9101020c673";
commit = "28eb999470dbbb9945322c760134895450877630";

# the semver for prev and current releases
# the previous version will be scanned/bumped by release scripts
Expand Down
4 changes: 2 additions & 2 deletions 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.5"
version = "0.0.6"
authors = ["Holochain Core Dev Team <[email protected]>"]
build = "build.rs"
description = "json api and utilities for holochain"
Expand Down Expand Up @@ -32,7 +32,7 @@ rust-base58 = "=0.0.4"
objekt = "=0.1.2"
# keep the version on the left hand side
# there is a regex in the release hook looking for it
holochain_json_derive = { version = "=0.0.4", path = "../holochain_json_derive" }
holochain_json_derive = { version = "=0.0.6", path = "../holochain_json_derive" }
uuid = { version = "=0.7.1", features = ["v4"] }

[dev-dependencies]
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.5"
version = "0.0.6"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "Provides derive macros for holochain persistence."
edition="2018"
Expand Down

0 comments on commit 505be58

Please sign in to comment.