From c285b0d8a4d6de67d35aa624019f258adcf3495c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sun, 17 Jan 2021 17:20:18 +0100 Subject: [PATCH] release v0.1.0 --- .github/workflows/{release.yaml => deployment.yaml} | 2 +- CHANGELOG.md | 7 ++++++- README.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) rename .github/workflows/{release.yaml => deployment.yaml} (99%) diff --git a/.github/workflows/release.yaml b/.github/workflows/deployment.yaml similarity index 99% rename from .github/workflows/release.yaml rename to .github/workflows/deployment.yaml index 196df17..7a53cbc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/deployment.yaml @@ -1,4 +1,4 @@ -name: release +name: deployment on: push: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bea3e5..b4c778c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2021-01-17 + ### Added - Parse TOML config [#1] @@ -26,8 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Icon in table when attachment is present [#16] - Multi-account [#17] - Password from command [#22] +- Set up README [#20] -[unreleased]: https://github.com/soywod/himalaya +[unreleased]: https://github.com/soywod/himalaya/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/soywod/himalaya/releases/tag/v0.1.0 [#1]: https://github.com/soywod/himalaya/issues/1 [#2]: https://github.com/soywod/himalaya/issues/2 @@ -45,5 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#16]: https://github.com/soywod/himalaya/issues/16 [#17]: https://github.com/soywod/himalaya/issues/17 [#19]: https://github.com/soywod/himalaya/issues/19 +[#20]: https://github.com/soywod/himalaya/issues/20 [#21]: https://github.com/soywod/himalaya/issues/21 [#22]: https://github.com/soywod/himalaya/issues/22 diff --git a/README.md b/README.md index 036b36f..2769c06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 📫 Himalaya [![gh-actions](https://github.com/soywod/himalaya/workflows/release/badge.svg)](https://github.com/soywod/himalaya/actions?query=workflow%3Arelease) +# 📫 Himalaya [![gh-actions](https://github.com/soywod/himalaya/workflows/deployment/badge.svg)](https://github.com/soywod/himalaya/actions?query=workflow%3Adeployment) Minimalist CLI email client, written in Rust.