Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 681d387

Browse files
committed
Release v0.0.47-alpha1
1 parent 2f27775 commit 681d387

File tree

41 files changed

+299
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+299
-284
lines changed

CHANGELOG-UNRELEASED.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1414

1515
### Fixed
1616

17-
- futures bug that caused CPU over-consumption [#2175](https://github.com/holochain/holochain-rust/pull/2175)
18-
- validation bug that treated network timeout as a validation failure instead of a retry [#2176](https://github.com/holochain/holochain-rust/pull/2176)
19-
2017
### Security
18+

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [0.0.47-alpha1] - 2020-04-09
6+
7+
### Added
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
- futures bug that caused CPU over-consumption [#2175](https://github.com/holochain/holochain-rust/pull/2175)
18+
- validation bug that treated network timeout as a validation failure instead of a retry [#2176](https://github.com/holochain/holochain-rust/pull/2176)
19+
20+
### Security
21+
522
## [0.0.46-alpha1] - 2020-03-27
623

724
### Added

Cargo.lock

Lines changed: 163 additions & 163 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app_spec/zomes/blog/code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blog"
3-
version = "0.0.46-alpha1"
3+
version = "0.0.47-alpha1"
44
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
55
edition = "2018"
66

app_spec/zomes/converse/code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "converse"
3-
version = "0.0.46-alpha1"
3+
version = "0.0.47-alpha1"
44
authors = ["Julian Laubstein <contact@julianlaubstein.de>"]
55
edition = "2018"
66

app_spec/zomes/simple/code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple"
3-
version = "0.0.46-alpha1"
3+
version = "0.0.47-alpha1"
44
authors = ["Ashanti Mutinta <Ashantimutinta@gmail.com>"]
55
edition = "2018"
66

app_spec/zomes/summer/code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "summer"
3-
version = "0.0.46-alpha1"
3+
version = "0.0.47-alpha1"
44
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
55
edition = "2018"
66

app_spec_proc_macro/zomes/blog/code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blog"
3-
version = "0.0.46-alpha1"
3+
version = "0.0.47-alpha1"
44
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
55
edition = "2018"
66

app_spec_proc_macro/zomes/converse/code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "converse"
3-
version = "0.0.46-alpha1"
3+
version = "0.0.47-alpha1"
44
authors = ["Julian Laubstein <contact@julianlaubstein.de>"]
55
edition = "2018"
66

app_spec_proc_macro/zomes/simple/code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple"
3-
version = "0.0.46-alpha1"
3+
version = "0.0.47-alpha1"
44
authors = ["Ashanti Mutinta <Ashantimutinta@gmail.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)