Skip to content

Commit

Permalink
Release v0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Mar 14, 2020
1 parent 935b7e2 commit 7b45457
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
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.25] - 2020-03-14

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.0.24] - 2020-03-14

### Added
Expand Down
4 changes: 2 additions & 2 deletions config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ hcs-release-hook-version
# 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 = "d62a927b1789c75b31b835fd7938fc3babdea6f8";
commit = "935b7e231141598a27b4391608236f3ef66aaf25";

# the semver for prev and current releases
# the previous version will be scanned/bumped by release scripts
# the current version is what the release scripts bump *to*
version = {
current = "0.0.24";
current = "0.0.25";
# not used by version hooks in this repo
previous = "_._._";
};
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.24"
version = "0.0.25"
authors = ["Holochain Core Dev Team <[email protected]>"]
build = "build.rs"
description = "json api and utilities for holochain"
Expand Down Expand Up @@ -31,7 +31,7 @@ shrinkwraprs = "=0.2.1"
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.24", path = "../holochain_json_derive" }
holochain_json_derive = { version = "=0.0.25", 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.24"
version = "0.0.25"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "Provides derive macros for holochain persistence."
edition="2018"
Expand Down
2 changes: 1 addition & 1 deletion crates/holochain_serialized_bytes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_serialized_bytes"
version = "0.0.24"
version = "0.0.25"
authors = ["Holochain Core Dev Team <[email protected]>"]
description = "serialized bytes for holochain"
keywords = ["holochain", "holo", "messagepack", "json", "serialization"]
Expand Down

0 comments on commit 7b45457

Please sign in to comment.