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

Commit d4ef861

Browse files
committed
Release v0.0.52-alpha2
1 parent e379468 commit d4ef861

File tree

41 files changed

+305
-291
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

+305
-291
lines changed

CHANGELOG-UNRELEASED.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1212

1313
### Removed
1414

15-
* Replaced `await s.consistency()` with generic JS sleep function in scenario test scaffold template [#2209](https://github.com/holochain/holochain-rust/pull/2209)
16-
1715
### Fixed
1816

1917
### Security

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.52-alpha2] - 2020-10-01
6+
7+
### Added
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
* Replaced `await s.consistency()` with generic JS sleep function in scenario test scaffold template [#2209](https://github.com/holochain/holochain-rust/pull/2209)
16+
17+
### Fixed
18+
19+
### Security
20+
521
## [0.0.52-alpha1] - 2020-09-17
622

723
### Added

Cargo.lock

Lines changed: 169 additions & 169 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.52-alpha1"
3+
version = "0.0.52-alpha2"
44
authors = ["Holochain Core Dev Team <[email protected]>"]
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.52-alpha1"
3+
version = "0.0.52-alpha2"
44
authors = ["Julian Laubstein <[email protected]>"]
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.52-alpha1"
3+
version = "0.0.52-alpha2"
44
authors = ["Ashanti Mutinta <[email protected]>"]
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.52-alpha1"
3+
version = "0.0.52-alpha2"
44
authors = ["Holochain Core Dev Team <[email protected]>"]
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.52-alpha1"
3+
version = "0.0.52-alpha2"
44
authors = ["Holochain Core Dev Team <[email protected]>"]
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.52-alpha1"
3+
version = "0.0.52-alpha2"
44
authors = ["Julian Laubstein <[email protected]>"]
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.52-alpha1"
3+
version = "0.0.52-alpha2"
44
authors = ["Ashanti Mutinta <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)