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

Commit 673dba4

Browse files
committed
Release v0.0.50-alpha2
1 parent 5b3f8b5 commit 673dba4

File tree

41 files changed

+241
-259
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

+241
-259
lines changed

CHANGELOG-UNRELEASED.md

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

1515
### Fixed
1616

17-
- large number of clippy updates because of jumping to newer rust version
18-
1917
### Security
18+

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.50-alpha2] - 2020-07-14
6+
7+
### Added
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
- large number of clippy updates because of jumping to newer rust version
18+
19+
### Security
20+
521
## [0.0.50-alpha1] - 2020-07-13
622

723
### Added

Cargo.lock

Lines changed: 104 additions & 137 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.50-alpha1"
3+
version = "0.0.50-alpha2"
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.50-alpha1"
3+
version = "0.0.50-alpha2"
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.50-alpha1"
3+
version = "0.0.50-alpha2"
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.50-alpha1"
3+
version = "0.0.50-alpha2"
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.50-alpha1"
3+
version = "0.0.50-alpha2"
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.50-alpha1"
3+
version = "0.0.50-alpha2"
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.50-alpha1"
3+
version = "0.0.50-alpha2"
44
authors = ["Ashanti Mutinta <Ashantimutinta@gmail.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)