Skip to content

Commit 3df7a62

Browse files
authored
Merge pull request #34 from amirography/release-plz/2023-03-07T08-20-15Z
chore(kyushu): release v0.2.0
2 parents e7687b4 + f726c2d commit 3df7a62

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/kyushu/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.0](https://github.com/amirography/soapberry/compare/kyushu-v0.1.7...kyushu-v0.2.0) - 2023-03-07
10+
11+
### Added
12+
- *(kyushu)* add a basic client-server grpc connection
13+
- add kyushu
14+
15+
### Other
16+
- improve server's organization
17+
- release
18+
- release
19+
- Merge branch 'main' into CI
20+
- add CI case to labeler
21+
- release
22+
- Merge pull request #18 from amirography/readme
23+
- *(kyushu)* update kyushu's readme
24+
- add labeler
25+
- release
26+
- release
27+
- *(kyushu)* publish on crates.io
28+
- fix type
29+
- fix typo
30+
- add picture to kyushu docs
31+
- add some checks
32+
933
## [0.1.7](https://github.com/amirography/soapberry/compare/kyushu-v0.1.6...kyushu-v0.1.7) - 2023-03-05
1034

1135
### Added

crates/kyushu/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kyushu"
33
description = "kyushu is a journaling application which let you deliberate on events and your journey through them"
4-
version = "0.1.7"
4+
version = "0.2.0"
55
edition = "2021"
66
authors = ["Amir Alesheikh <[email protected]>"]
77

0 commit comments

Comments
 (0)